diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-17 09:52:28 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-17 11:50:59 +0100 |
commit | d7c55216a4a584fc5f1585d51729091e2859021e (patch) | |
tree | cf18e4b5f2907d4eff6bce28c441fab94be9718f /dev-python/pyclamav | |
parent | dev-python/pyalsaaudio: use HTTPS (diff) | |
download | gentoo-d7c55216a4a584fc5f1585d51729091e2859021e.tar.gz gentoo-d7c55216a4a584fc5f1585d51729091e2859021e.tar.bz2 gentoo-d7c55216a4a584fc5f1585d51729091e2859021e.zip |
dev-python/pyclamav: use HTTPS
Diffstat (limited to 'dev-python/pyclamav')
-rw-r--r-- | dev-python/pyclamav/pyclamav-0.4.1-r2.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-python/pyclamav/pyclamav-0.4.1-r2.ebuild b/dev-python/pyclamav/pyclamav-0.4.1-r2.ebuild index 132b162b653a..482de297cd08 100644 --- a/dev-python/pyclamav/pyclamav-0.4.1-r2.ebuild +++ b/dev-python/pyclamav/pyclamav-0.4.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,8 +8,9 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Python binding for libclamav" -HOMEPAGE="http://xael.org/norman/python/pyclamav/ https://pypi.python.org/pypi/pyclamav" -SRC_URI="http://xael.org/norman/python/${PN}/${P}.tar.gz" +HOMEPAGE="https://xael.org/norman/python/pyclamav/ + https://pypi.python.org/pypi/pyclamav" +SRC_URI="https://xael.org/norman/python/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |