commit: 3a39148aed0a13a8c97f098f58bbc96c0e68817f Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Nov 7 16:15:11 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Nov 7 16:15:11 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a39148a
app-antivirus/clamav-unofficial-sigs: [QA] Fix HOMEPAGE & SRC_URI Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> .../clamav-unofficial-sigs/clamav-unofficial-sigs-6.0.1-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-antivirus/clamav-unofficial-sigs/clamav-unofficial-sigs-6.0.1-r2.ebuild b/app-antivirus/clamav-unofficial-sigs/clamav-unofficial-sigs-6.0.1-r2.ebuild index eb1fdfbcc04..694d3dc7418 100644 --- a/app-antivirus/clamav-unofficial-sigs/clamav-unofficial-sigs-6.0.1-r2.ebuild +++ b/app-antivirus/clamav-unofficial-sigs/clamav-unofficial-sigs-6.0.1-r2.ebuild @@ -6,8 +6,8 @@ EAPI=7 inherit user systemd DESCRIPTION="Download and install third-party clamav signatures" -HOMEPAGE="https://github.com/extremeshok/${PN}" -SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/extremeshok/clamav-unofficial-sigs" +SRC_URI="https://github.com/extremeshok/clamav-unofficial-sigs/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0"
