From ff8854682a091d86f60856a6fc99bab381e5c1b7 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sun, 20 May 2018 13:51:30 +0200 Subject: dev-python/pyotherside: use HTTPS --- dev-python/pyotherside/pyotherside-1.5.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/pyotherside') diff --git a/dev-python/pyotherside/pyotherside-1.5.3.ebuild b/dev-python/pyotherside/pyotherside-1.5.3.ebuild index 4893f2c24289..73bb95ee4f22 100644 --- a/dev-python/pyotherside/pyotherside-1.5.3.ebuild +++ b/dev-python/pyotherside/pyotherside-1.5.3.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=5 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{4,5,6} ) inherit qmake-utils python-single-r1 DESCRIPTION="Asynchronous Python 3 Bindings for Qt 5" -HOMEPAGE="https://github.com/thp/pyotherside http://thp.io/2011/pyotherside" +HOMEPAGE="https://github.com/thp/pyotherside https://thp.io/2011/pyotherside/" SRC_URI="https://github.com/thp/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="ISC" -- cgit v1.2.3-65-gdbad