summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorPatrick Cloke <patrickc@matrix.org>2023-11-20 14:18:58 -0500
committerErik Johnston <erik@matrix.org>2023-12-13 15:22:59 +0000
commitdfcb822e940a6bbccc4de203f03ac99a5493ecc6 (patch)
tree92fbcc436267cf50385c18b58c70bdc2d5edf8ce /pyproject.toml
parentKeep pointing at packages.matrix.org for now (diff)
downloadsynapse-dfcb822e940a6bbccc4de203f03ac99a5493ecc6.tar.xz
Update repo for release scripts.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 5a60db443d..2ac03edfe8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -2,7 +2,7 @@
     package = "synapse"
     filename = "CHANGES.md"
     directory = "changelog.d"
-    issue_format = "[\\#{issue}](https://github.com/matrix-org/synapse/issues/{issue})"
+    issue_format = "[\\#{issue}](https://github.com/element-hq/synapse/issues/{issue})"
 
     [[tool.towncrier.type]]
         directory = "feature"
@@ -101,7 +101,7 @@ description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "AGPL-3.0-or-later"
 readme = "README.rst"
-repository = "https://github.com/matrix-org/synapse"
+repository = "https://github.com/element-hq/synapse"
 packages = [
     { include = "synapse" },
 ]