Gentoo Archives: gentoo-commits

From: Andrey Utkin <andrey_utkin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/slixmpp/
Date: Tue, 06 Oct 2020 06:50:36
Message-Id: 1601967008.b1ee0b0e02a9ae3173bc2f5b2303b57e3f32ae08.andrey_utkin@gentoo
1 commit: b1ee0b0e02a9ae3173bc2f5b2303b57e3f32ae08
2 Author: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 6 06:49:41 2020 +0000
4 Commit: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 6 06:50:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1ee0b0e
7
8 dev-python/slixmpp: update HOMEPAGE
9
10 Old URL returns "502 Bad Gateway".
11 The new one is a Gitlab instance apparently owned by the same upstream
12 developer.
13
14 Package-Manager: Portage-3.0.4, Repoman-3.0.1
15 Signed-off-by: Andrey Utkin <andrey_utkin <AT> gentoo.org>
16
17 dev-python/slixmpp/slixmpp-1.4.2.ebuild | 2 +-
18 dev-python/slixmpp/slixmpp-1.5.2.ebuild | 2 +-
19 2 files changed, 2 insertions(+), 2 deletions(-)
20
21 diff --git a/dev-python/slixmpp/slixmpp-1.4.2.ebuild b/dev-python/slixmpp/slixmpp-1.4.2.ebuild
22 index 8bdf1ef5c76..00e2942a6ba 100644
23 --- a/dev-python/slixmpp/slixmpp-1.4.2.ebuild
24 +++ b/dev-python/slixmpp/slixmpp-1.4.2.ebuild
25 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7} )
26 inherit distutils-r1
27
28 DESCRIPTION="Python 3 library for XMPP"
29 -HOMEPAGE="https://dev.louiz.org/projects/slixmpp"
30 +HOMEPAGE="https://lab.louiz.org/poezio/slixmpp"
31 LICENSE="MIT"
32 SLOT="0"
33 IUSE="test"
34
35 diff --git a/dev-python/slixmpp/slixmpp-1.5.2.ebuild b/dev-python/slixmpp/slixmpp-1.5.2.ebuild
36 index eb42815f81e..64f1fc02263 100644
37 --- a/dev-python/slixmpp/slixmpp-1.5.2.ebuild
38 +++ b/dev-python/slixmpp/slixmpp-1.5.2.ebuild
39 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{7,8} )
40 inherit distutils-r1
41
42 DESCRIPTION="Python 3 library for XMPP"
43 -HOMEPAGE="https://dev.louiz.org/projects/slixmpp"
44 +HOMEPAGE="https://lab.louiz.org/poezio/slixmpp"
45 LICENSE="MIT"
46 SLOT="0"