From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 40115138359 for ; Tue, 6 Oct 2020 06:50:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83AAFE09C2; Tue, 6 Oct 2020 06:50:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 682B7E09C2 for ; Tue, 6 Oct 2020 06:50:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D0996340C39 for ; Tue, 6 Oct 2020 06:50:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E38E33A for ; Tue, 6 Oct 2020 06:50:32 +0000 (UTC) From: "Andrey Utkin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Utkin" Message-ID: <1601967008.b1ee0b0e02a9ae3173bc2f5b2303b57e3f32ae08.andrey_utkin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/slixmpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/slixmpp/slixmpp-1.4.2.ebuild dev-python/slixmpp/slixmpp-1.5.2.ebuild X-VCS-Directories: dev-python/slixmpp/ X-VCS-Committer: andrey_utkin X-VCS-Committer-Name: Andrey Utkin X-VCS-Revision: b1ee0b0e02a9ae3173bc2f5b2303b57e3f32ae08 X-VCS-Branch: master Date: Tue, 6 Oct 2020 06:50:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d5a40b9e-88eb-40eb-81c0-ecd4e36aafc9 X-Archives-Hash: b085357acab84441599306a6ebd1ab1d commit: b1ee0b0e02a9ae3173bc2f5b2303b57e3f32ae08 Author: Andrey Utkin gentoo org> AuthorDate: Tue Oct 6 06:49:41 2020 +0000 Commit: Andrey Utkin gentoo org> CommitDate: Tue Oct 6 06:50:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1ee0b0e dev-python/slixmpp: update HOMEPAGE Old URL returns "502 Bad Gateway". The new one is a Gitlab instance apparently owned by the same upstream developer. Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Andrey Utkin gentoo.org> dev-python/slixmpp/slixmpp-1.4.2.ebuild | 2 +- dev-python/slixmpp/slixmpp-1.5.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/slixmpp/slixmpp-1.4.2.ebuild b/dev-python/slixmpp/slixmpp-1.4.2.ebuild index 8bdf1ef5c76..00e2942a6ba 100644 --- a/dev-python/slixmpp/slixmpp-1.4.2.ebuild +++ b/dev-python/slixmpp/slixmpp-1.4.2.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 DESCRIPTION="Python 3 library for XMPP" -HOMEPAGE="https://dev.louiz.org/projects/slixmpp" +HOMEPAGE="https://lab.louiz.org/poezio/slixmpp" LICENSE="MIT" SLOT="0" IUSE="test" diff --git a/dev-python/slixmpp/slixmpp-1.5.2.ebuild b/dev-python/slixmpp/slixmpp-1.5.2.ebuild index eb42815f81e..64f1fc02263 100644 --- a/dev-python/slixmpp/slixmpp-1.5.2.ebuild +++ b/dev-python/slixmpp/slixmpp-1.5.2.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{7,8} ) inherit distutils-r1 DESCRIPTION="Python 3 library for XMPP" -HOMEPAGE="https://dev.louiz.org/projects/slixmpp" +HOMEPAGE="https://lab.louiz.org/poezio/slixmpp" LICENSE="MIT" SLOT="0"