diff options
author | Maxime “pep” Buquet <pep@bouah.net> | 2019-02-14 15:19:11 +0000 |
---|---|---|
committer | Maxime “pep” Buquet <pep@bouah.net> | 2019-02-14 15:19:11 +0000 |
commit | fa2f6a62ed2db069256a75a5f9f08e0306bf4673 (patch) | |
tree | 473c3cf665ffac51ccef056543b9383b49095655 /doc | |
parent | e5e0533b6e355482f68592de1bff7e4af8f482ca (diff) | |
download | poezio-fa2f6a62ed2db069256a75a5f9f08e0306bf4673.tar.gz poezio-fa2f6a62ed2db069256a75a5f9f08e0306bf4673.tar.bz2 poezio-fa2f6a62ed2db069256a75a5f9f08e0306bf4673.tar.xz poezio-fa2f6a62ed2db069256a75a5f9f08e0306bf4673.zip |
Update urls to point to lab.louiz.org
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/install.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/install.rst b/doc/source/install.rst index 3146958c..f4f8e887 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -54,7 +54,7 @@ support. Therefore, you might want to use the git version. .. code-block:: bash - git clone git://git.poez.io/poezio + git clone https://lab.louiz.org/poezio/poezio cd poezio """"""" @@ -102,7 +102,7 @@ Poezio depends on slixmpp, a non-threaded fork of the SleekXMPP library. .. code-block:: bash - git clone git://git.poez.io/slixmpp + git clone https://lab.louiz.org/poezio/slixmpp python3 setup.py install --user |