diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-27 15:35:48 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-04-29 09:35:23 +0200 |
commit | ce645f59f8160c9fc5c46095449b51777492029c (patch) | |
tree | e6d5cef2a59fe6eca71a78ac3c48efc646041aa2 /dev-python/python-gnupg | |
parent | dev-python/markups: use HTTPS (diff) | |
download | gentoo-ce645f59f8160c9fc5c46095449b51777492029c.tar.gz gentoo-ce645f59f8160c9fc5c46095449b51777492029c.tar.bz2 gentoo-ce645f59f8160c9fc5c46095449b51777492029c.zip |
dev-python/python-gnupg: use HTTPS
Diffstat (limited to 'dev-python/python-gnupg')
-rw-r--r-- | dev-python/python-gnupg/python-gnupg-0.4.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/python-gnupg/python-gnupg-0.4.1.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/python-gnupg/python-gnupg-0.4.0.ebuild b/dev-python/python-gnupg/python-gnupg-0.4.0.ebuild index 72c13fabebbc..124ea6e358be 100644 --- a/dev-python/python-gnupg/python-gnupg-0.4.0.ebuild +++ b/dev-python/python-gnupg/python-gnupg-0.4.0.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=( python{2_7,3_4,3_5} pypy ) inherit distutils-r1 DESCRIPTION="Python wrapper for GNU Privacy Guard" -HOMEPAGE="http://pythonhosted.org/python-gnupg/ https://github.com/vsajip/python-gnupg/" +HOMEPAGE="https://pythonhosted.org/python-gnupg/ https://github.com/vsajip/python-gnupg/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-python/python-gnupg/python-gnupg-0.4.1.ebuild b/dev-python/python-gnupg/python-gnupg-0.4.1.ebuild index 505d46b3c06d..840481f72147 100644 --- a/dev-python/python-gnupg/python-gnupg-0.4.1.ebuild +++ b/dev-python/python-gnupg/python-gnupg-0.4.1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) inherit distutils-r1 DESCRIPTION="Python wrapper for GNU Privacy Guard" -HOMEPAGE="http://pythonhosted.org/python-gnupg/ https://github.com/vsajip/python-gnupg/" +HOMEPAGE="https://pythonhosted.org/python-gnupg/ https://github.com/vsajip/python-gnupg/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" |