summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2023-12-13 15:15:34 +0000
committerErik Johnston <erik@matrix.org>2023-12-13 15:15:34 +0000
commit23a919d2678b361aad0ea4f74f82606df77b7dcf (patch)
treeee4dfacbc9c1b8b42f74bf859d0693cf4985ec87 /synapse
parentUpdate debian build with AGPL changes. (diff)
downloadsynapse-23a919d2678b361aad0ea4f74f82606df77b7dcf.tar.xz
Fix links
Diffstat (limited to 'synapse')
-rw-r--r--synapse/config/logger.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/logger.py b/synapse/config/logger.py

index 48fdfdd8ea..3a1a307b05 100644 --- a/synapse/config/logger.py +++ b/synapse/config/logger.py
@@ -358,7 +358,7 @@ def setup_logging( ) logging.warning("Copyright (c) 2023 New Vector, Inc") logging.warning( - "Licensed under the AGPL 3.0 license. Website: https://github.com/vector-im/synapse" + "Licensed under the AGPL 3.0 license. Website: https://github.com/element-hq/synapse" ) logging.info("Server hostname: %s", config.server.server_name) logging.info("Instance name: %s", hs.get_instance_name())