diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-06-14 07:34:28 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-06-14 07:35:10 +0100 |
commit | fd74df57686da63ce4c3a918b6a9db9899f76605 (patch) | |
tree | e4300118028d72d253272a7c00d3ff376bf604fb /app-forensics/quickfuzz | |
parent | xorg-3.eclass: EAUTORECONF_DEPENDS belong to BDEPEND (diff) | |
download | gentoo-fd74df57686da63ce4c3a918b6a9db9899f76605.tar.gz gentoo-fd74df57686da63ce4c3a918b6a9db9899f76605.tar.bz2 gentoo-fd74df57686da63ce4c3a918b6a9db9899f76605.zip |
app-forensics/quickfuzz: update HOMEPAGE, bug #687638
The change follows commit
https://github.com/CIFASIS/QuickFuzz/commit/a1c69f028b0960c002cb83e8145f039ecc0e0a23
Reported-by: Jonas Stein
Closes: https://bugs.gentoo.org/687638
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'app-forensics/quickfuzz')
-rw-r--r-- | app-forensics/quickfuzz/quickfuzz-0.1_p20160920.ebuild | 4 | ||||
-rw-r--r-- | app-forensics/quickfuzz/quickfuzz-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-forensics/quickfuzz/quickfuzz-0.1_p20160920.ebuild b/app-forensics/quickfuzz/quickfuzz-0.1_p20160920.ebuild index b16b564b392b..8699d3f648e2 100644 --- a/app-forensics/quickfuzz/quickfuzz-0.1_p20160920.ebuild +++ b/app-forensics/quickfuzz/quickfuzz-0.1_p20160920.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ MY_PN="QuickFuzz" MY_P="${MY_PN}-${PV}" DESCRIPTION="An experimental grammar fuzzer in Haskell using QuickCheck" -HOMEPAGE="http://quickfuzz.org/" +HOMEPAGE="http://quickfuzz.cifasis-conicet.gov.ar/" SRC_URI="https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.gz" LICENSE="GPL-3" diff --git a/app-forensics/quickfuzz/quickfuzz-9999.ebuild b/app-forensics/quickfuzz/quickfuzz-9999.ebuild index 41734df6f0ce..3b81cfa51946 100644 --- a/app-forensics/quickfuzz/quickfuzz-9999.ebuild +++ b/app-forensics/quickfuzz/quickfuzz-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ MY_PN="QuickFuzz" MY_P="${MY_PN}-${PV}" DESCRIPTION="An experimental grammar fuzzer in Haskell using QuickCheck" -HOMEPAGE="http://quickfuzz.org/" +HOMEPAGE="http://quickfuzz.cifasis-conicet.gov.ar/" EGIT_REPO_URI="https://github.com/CIFASIS/QuickFuzz.git" LICENSE="GPL-3" |