diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-20 14:12:40 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-20 19:25:09 -0400 |
commit | 570c94680c4b47c9801c3b31cc9346efcc02bf7d (patch) | |
tree | 84f92f0b9a7978dd54a5ba4d9272652f836a0ecc | |
parent | net-misc/taylor-uucp: use HTTPS (diff) | |
download | gentoo-570c94680c4b47c9801c3b31cc9346efcc02bf7d.tar.gz gentoo-570c94680c4b47c9801c3b31cc9346efcc02bf7d.tar.bz2 gentoo-570c94680c4b47c9801c3b31cc9346efcc02bf7d.zip |
net-misc/whatportis: use HTTPS
-rw-r--r-- | net-misc/whatportis/whatportis-0.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/whatportis/whatportis-0.6.ebuild b/net-misc/whatportis/whatportis-0.6.ebuild index 70742fd21db9..fbf6ed61361c 100644 --- a/net-misc/whatportis/whatportis-0.6.ebuild +++ b/net-misc/whatportis/whatportis-0.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 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=( python{2_7,3_{4,5}} ) inherit distutils-r1 eutils DESCRIPTION="A command to search port names and numbers" -HOMEPAGE="https://github.com/ncrocfer/whatportis http://pypi.org/project/whatportis/" +HOMEPAGE="https://github.com/ncrocfer/whatportis https://pypi.org/project/whatportis/" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" |