diff options
author | Sam James <sam@gentoo.org> | 2022-08-23 06:25:28 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-23 06:25:28 +0100 |
commit | 2a5cf72c583825bf3c96233c16e919e4fa138b53 (patch) | |
tree | 102a12729d8ecffa279b6d67c03c1a1c0cee12ca /app-forensics | |
parent | dev-python/yara-python: add 4.2.3 (diff) | |
download | gentoo-2a5cf72c583825bf3c96233c16e919e4fa138b53.tar.gz gentoo-2a5cf72c583825bf3c96233c16e919e4fa138b53.tar.bz2 gentoo-2a5cf72c583825bf3c96233c16e919e4fa138b53.zip |
app-forensics/yara: HTTPSify HOMEPAGE
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-forensics')
-rw-r--r-- | app-forensics/yara/yara-4.2.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-forensics/yara/yara-4.2.3.ebuild b/app-forensics/yara/yara-4.2.3.ebuild index cf8905b87957..195e5d1d5843 100644 --- a/app-forensics/yara/yara-4.2.3.ebuild +++ b/app-forensics/yara/yara-4.2.3.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit autotools DESCRIPTION="A malware identification and classification tool" -HOMEPAGE="http://virustotal.github.io/yara/" +HOMEPAGE="https://virustotal.github.io/yara/" SRC_URI="https://github.com/virustotal/yara/archive/v${PV/_/-}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-${PV/_/-}" |