mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-04 12:18:08 -07:00
dev-python/pyclamav: use HTTPS
This commit is contained in:
committed by
Michał Górny
parent
9fe0ac51eb
commit
d7c55216a4
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user