summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime “pep” Buquet <pep@bouah.net>2019-02-14 15:19:11 +0000
committerMaxime “pep” Buquet <pep@bouah.net>2019-02-14 15:19:11 +0000
commitfa2f6a62ed2db069256a75a5f9f08e0306bf4673 (patch)
tree473c3cf665ffac51ccef056543b9383b49095655
parente5e0533b6e355482f68592de1bff7e4af8f482ca (diff)
downloadpoezio-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>
-rw-r--r--Dockerfile2
-rw-r--r--README.rst4
-rw-r--r--data/io.poez.Poezio.json2
-rw-r--r--doc/source/install.rst4
4 files changed, 6 insertions, 6 deletions
diff --git a/Dockerfile b/Dockerfile
index 0283483f..6b2bb7fb 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,7 @@ RUN apk add --update build-base git python3 python3-dev libidn-dev && python3 -m
WORKDIR /tmp/
ARG version=HEAD
# Don’t ADD local files in order to keep layers at a minimal size
-RUN git clone https://git.poez.io/poezio.git poezio-git-dir && \
+RUN git clone https://lab.louiz.org/poezio/poezio.git poezio-git-dir && \
cd poezio-git-dir && \
git archive --prefix="poezio-archive-${version}/" -o /tmp/poezio-archive.tar "${version}" && \
cd /tmp/ && tar xvf poezio-archive.tar && \
diff --git a/README.rst b/README.rst
index 454d2f42..34c01b1f 100644
--- a/README.rst
+++ b/README.rst
@@ -3,7 +3,7 @@ poezio
Homepage: https://poez.io
-Forge Page: https://dev.poez.io
+Forge Page: https://lab.louiz.org/poezio/poezio
Poezio is a console Jabber/XMPP client. Its goal is to use anonymous
connections to simply let the user join MultiUserChats. This way, the user
@@ -69,7 +69,7 @@ Contact/support
Jabber ChatRoom: `poezio@muc.poez.io <xmpp:poezio@muc.poez.io?join>`_
-Report a bug: https://dev.poez.io/new
+Report a bug: https://lab.louiz.org/poezio/poezio/issues/new
License
=======
diff --git a/data/io.poez.Poezio.json b/data/io.poez.Poezio.json
index 79539257..98a56571 100644
--- a/data/io.poez.Poezio.json
+++ b/data/io.poez.Poezio.json
@@ -88,7 +88,7 @@
"sources": [
{
"type": "git",
- "url": "git://git.poez.io/poezio.git"
+ "url": "https://lab.louiz.org/poezio/poezio.git"
}
]
}
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