diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-12-09 20:13:14 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-12-09 20:13:14 +0000 |
commit | b4b0ace8d86f8ead17e5897ab7582488ee870400 (patch) | |
tree | a05a0b2840eb1dceffd420433a75afe3e67bf1b8 /app-forensics/honggfuzz | |
parent | media-sound/xmms2-scrobbler: use https:// homepage (diff) | |
download | gentoo-b4b0ace8d86f8ead17e5897ab7582488ee870400.tar.gz gentoo-b4b0ace8d86f8ead17e5897ab7582488ee870400.tar.bz2 gentoo-b4b0ace8d86f8ead17e5897ab7582488ee870400.zip |
app-forensics/honggfuzz: use https:// homepage
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'app-forensics/honggfuzz')
-rw-r--r-- | app-forensics/honggfuzz/honggfuzz-1.9.ebuild | 2 | ||||
-rw-r--r-- | app-forensics/honggfuzz/honggfuzz-2.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-forensics/honggfuzz/honggfuzz-1.9.ebuild b/app-forensics/honggfuzz/honggfuzz-1.9.ebuild index 4aea054863e9..9bdb0d56f3e8 100644 --- a/app-forensics/honggfuzz/honggfuzz-1.9.ebuild +++ b/app-forensics/honggfuzz/honggfuzz-1.9.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit toolchain-funcs DESCRIPTION="A general purpose fuzzer with feedback support" -HOMEPAGE="http://google.github.io/honggfuzz/" +HOMEPAGE="https://google.github.io/honggfuzz/" SRC_URI="https://github.com/google/honggfuzz/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" diff --git a/app-forensics/honggfuzz/honggfuzz-2.0.ebuild b/app-forensics/honggfuzz/honggfuzz-2.0.ebuild index c6f560e1a1ed..f486d019eb3b 100644 --- a/app-forensics/honggfuzz/honggfuzz-2.0.ebuild +++ b/app-forensics/honggfuzz/honggfuzz-2.0.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit toolchain-funcs DESCRIPTION="A general purpose fuzzer with feedback support" -HOMEPAGE="http://google.github.io/honggfuzz/" +HOMEPAGE="https://google.github.io/honggfuzz/" SRC_URI="https://github.com/google/honggfuzz/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" |