diff options
author | Erik Johnston <erikj@matrix.org> | 2014-08-12 17:40:09 +0100 |
---|---|---|
committer | Erik Johnston <erikj@matrix.org> | 2014-08-12 17:40:09 +0100 |
commit | e74e1d9d4dbd50b37d17b4827332cb4256eb7245 (patch) | |
tree | 117846cd425bbf86c27a5cfcd4263933713cea91 /setup.py | |
parent | Fix the 'Go to room' button to use the correct room alias api (diff) | |
download | synapse-e74e1d9d4dbd50b37d17b4827332cb4256eb7245.tar.xz |
Change syutil dependency link to point at github.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py index 189b33b91a..c14cc97285 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ setup( "py-bcrypt", ], dependency_links=[ - "git+ssh://git@git.openmarket.com/tng/syutil.git#egg=syutil-0.0.1", + "git+ssh://git@github.com:matrix-org/syutil.git#egg=syutil-0.0.1", ], setup_requires=[ "setuptools_trial", |