Update the slixmpp git URI to point to GitLab
This also changes from git:// to https:// because many networks like to block non-standard (read non-HTTP) ports, especially in companies or universities.
This commit is contained in:
parent
ae12b95f92
commit
a9ef1b5fb6
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
cython>=0.27.3
|
cython>=0.27.3
|
||||||
-e git+git://git.louiz.org/slixmpp#egg=slixmpp
|
-e git+https://lab.louiz.org/poezio/slixmpp#egg=slixmpp
|
||||||
aiodns==1.1.1
|
aiodns==1.1.1
|
||||||
pycares==2.3.0
|
pycares==2.3.0
|
||||||
pyasn1==0.4.2
|
pyasn1==0.4.2
|
||||||
|
|
Loading…
Reference in a new issue