diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-20 13:51:30 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-20 19:24:45 -0400 |
commit | ff8854682a091d86f60856a6fc99bab381e5c1b7 (patch) | |
tree | faf080411082da73112d31a6f3ef191491e3b3ab /dev-python/pyotherside | |
parent | dev-python/maybe: use HTTPS (diff) | |
download | gentoo-ff8854682a091d86f60856a6fc99bab381e5c1b7.tar.gz gentoo-ff8854682a091d86f60856a6fc99bab381e5c1b7.tar.bz2 gentoo-ff8854682a091d86f60856a6fc99bab381e5c1b7.zip |
dev-python/pyotherside: use HTTPS
Diffstat (limited to 'dev-python/pyotherside')
-rw-r--r-- | dev-python/pyotherside/pyotherside-1.5.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |