summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime “pep” Buquet <pep@bouah.net>2019-02-12 10:26:04 +0000
committerMaxime “pep” Buquet <pep@bouah.net>2019-02-12 10:26:04 +0000
commitd52d4fbbbe2cb1740dd227a47636d5e5936c4063 (patch)
treef52e870a3534ae3db911a40be8414a2d22753ed9
parente53c0fcb30b0126f51c14faa5d9404f73bfcbd22 (diff)
downloadslixmpp-d52d4fbbbe2cb1740dd227a47636d5e5936c4063.tar.gz
slixmpp-d52d4fbbbe2cb1740dd227a47636d5e5936c4063.tar.bz2
slixmpp-d52d4fbbbe2cb1740dd227a47636d5e5936c4063.tar.xz
slixmpp-d52d4fbbbe2cb1740dd227a47636d5e5936c4063.zip
Update project URLs to lab.louiz.org
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
-rw-r--r--docs/index.rst2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 151ef75d..bbd7e82b 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -14,7 +14,7 @@ Slixmpp
`slixmpp@muc.poez.io <xmpp:slixmpp@muc.poez.io?join>`_
**Reporting bugs**
- You can report bugs at http://dev.louiz.org/projects/slixmpp/issues.
+ You can report bugs at http://lab.louiz.org/poezio/slixmpp/issues.
.. note::
slixmpp is a friendly fork of `SleekXMPP <https://github.com/fritzy/SleekXMPP>`_
diff --git a/setup.py b/setup.py
index 7b897efe..8cab570e 100755
--- a/setup.py
+++ b/setup.py
@@ -78,7 +78,7 @@ setup(
long_description=LONG_DESCRIPTION,
author='Florent Le Coz',
author_email='louiz@louiz.org',
- url='https://dev.louiz.org/projects/slixmpp',
+ url='https://lab.louiz.org/poezio/slixmpp',
license='MIT',
platforms=['any'],
packages=packages,