summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2023-12-13 14:46:11 +0000
committerErik Johnston <erik@matrix.org>2023-12-13 14:46:11 +0000
commit025951bc3b6ddc0a6487ac045cc00a35a9d7eaaa (patch)
tree37540c82e8f9b584ac0393c70886c4fc7c99c681 /synapse
parentMerge remote-tracking branch 'origin/master' into develop (diff)
parentUpdate text (diff)
downloadsynapse-025951bc3b6ddc0a6487ac045cc00a35a9d7eaaa.tar.xz
Merge remote-tracking branch 'origin/clokep/morg-readme' into develop
Diffstat (limited to 'synapse')
-rw-r--r--synapse/__init__.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py
index 4a9bbc4d57..e21ba6e186 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -29,6 +29,18 @@ from synapse.util.stringutils import strtobool
 # Allow truncated JPEG images to be thumbnailed.
 ImageFile.LOAD_TRUNCATED_IMAGES = True
 
+# Update your remotes folks.
+announcement = """
+Synapse is no longer being developed under the matrix-org organization. See the
+README.rst for more details.
+
+Please update your git remote to pull from element-hq/synapse:
+
+   git remote set-url origin git@github.com:element-hq/synapse.git
+"""
+print(announcement)
+sys.exit(1)
+
 # Check that we're not running on an unsupported Python version.
 #
 # Note that we use an (unneeded) variable here so that pyupgrade doesn't nuke the