From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1011213-garchives=archives.gentoo.org@lists.gentoo.org>
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 BD4C51382C5
	for <garchives@archives.gentoo.org>; Tue, 20 Mar 2018 21:11:32 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 8327BE0A53;
	Tue, 20 Mar 2018 21:11:31 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 60DC5E0A53
	for <gentoo-commits@lists.gentoo.org>; Tue, 20 Mar 2018 21:11:31 +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 290DF335C2F
	for <gentoo-commits@lists.gentoo.org>; Tue, 20 Mar 2018 21:11:30 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 45ADF266
	for <gentoo-commits@lists.gentoo.org>; Tue, 20 Mar 2018 21:11:27 +0000 (UTC)
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org>
Message-ID: <1521580224.1f2a8f0ae016d11d2c9a3402a559f894bf9ab401.mgorny@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-nbxmpp/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/python-nbxmpp/python-nbxmpp-0.5.6.ebuild dev-python/python-nbxmpp/python-nbxmpp-0.6.1.ebuild
X-VCS-Directories: dev-python/python-nbxmpp/
X-VCS-Committer: mgorny
X-VCS-Committer-Name: Michał Górny
X-VCS-Revision: 1f2a8f0ae016d11d2c9a3402a559f894bf9ab401
X-VCS-Branch: master
Date: Tue, 20 Mar 2018 21:11:27 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: a157efea-d88e-4871-b810-e2f0700438fd
X-Archives-Hash: cb00f2b92a6330cc419b1f3f33c088a2

commit:     1f2a8f0ae016d11d2c9a3402a559f894bf9ab401
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Tue Mar 20 20:09:16 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 20 21:10:24 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f2a8f0a

dev-python/python-nbxmpp: update HOMEPAGE, use HTTPS

 dev-python/python-nbxmpp/python-nbxmpp-0.5.6.ebuild | 4 ++--
 dev-python/python-nbxmpp/python-nbxmpp-0.6.1.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/python-nbxmpp/python-nbxmpp-0.5.6.ebuild b/dev-python/python-nbxmpp/python-nbxmpp-0.5.6.ebuild
index 8d9534c5a15..9c7c1ecd035 100644
--- a/dev-python/python-nbxmpp/python-nbxmpp-0.5.6.ebuild
+++ b/dev-python/python-nbxmpp/python-nbxmpp-0.5.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 inherit distutils-r1 vcs-snapshot
 
 DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way"
-HOMEPAGE="http://python-nbxmpp.gajim.org/"
+HOMEPAGE="https://dev.gajim.org/gajim/python-nbxmpp/"
 SRC_URI="https://dev.gajim.org/gajim/python-nbxmpp/repository/archive.tar.gz?ref=nbxmpp-${PV} -> ${P}.tar.gz"
 
 SLOT="0"

diff --git a/dev-python/python-nbxmpp/python-nbxmpp-0.6.1.ebuild b/dev-python/python-nbxmpp/python-nbxmpp-0.6.1.ebuild
index d46f49ff630..803bb550634 100644
--- a/dev-python/python-nbxmpp/python-nbxmpp-0.6.1.ebuild
+++ b/dev-python/python-nbxmpp/python-nbxmpp-0.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 inherit distutils-r1 vcs-snapshot
 
 DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way"
-HOMEPAGE="http://python-nbxmpp.gajim.org/"
+HOMEPAGE="https://dev.gajim.org/gajim/python-nbxmpp/"
 SRC_URI="https://dev.gajim.org/gajim/python-nbxmpp/repository/archive.tar.gz?ref=nbxmpp-${PV} -> ${P}.tar.gz"
 
 SLOT="0"