dev-python/pyclamav: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sat, 17 Mar 2018 08:52:28 +0000 (09:52 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 17 Mar 2018 10:50:59 +0000 (11:50 +0100)
dev-python/pyclamav/pyclamav-0.4.1-r2.ebuild

index 132b162b653a613f060b8f0d39d8d63db52e9f2a..482de297cd0896cb0b4b9fc98f7f02f71fd51713 100644 (file)
@@ -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"