diff options
author | Erik Johnston <erik@matrix.org> | 2023-12-13 15:15:34 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2023-12-13 15:15:34 +0000 |
commit | 23a919d2678b361aad0ea4f74f82606df77b7dcf (patch) | |
tree | ee4dfacbc9c1b8b42f74bf859d0693cf4985ec87 /synapse/config | |
parent | Update debian build with AGPL changes. (diff) | |
download | synapse-23a919d2678b361aad0ea4f74f82606df77b7dcf.tar.xz |
Fix links
Diffstat (limited to 'synapse/config')
-rw-r--r-- | synapse/config/logger.py | 2 |
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()) |