commit: 4ac334c1cc4a98f9892af646955f54fd3702d958
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed Apr 18 07:57:05 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Apr 23 14:47:02 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ac334c1
dev-haskell/quickcheck: fix HOMEPAGE
dev-haskell/quickcheck/quickcheck-1.2.0.1-r1.ebuild | 4 ++--
dev-haskell/quickcheck/quickcheck-1.2.0.1.ebuild | 4 ++--
dev-haskell/quickcheck/quickcheck-2.6.ebuild | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/dev-haskell/quickcheck/quickcheck-1.2.0.1-r1.ebuild
b/dev-haskell/quickcheck/quickcheck-1.2.0.1-r1.ebuild
index a995aafb112..9d10d8cdc00 100644
--- a/dev-haskell/quickcheck/quickcheck-1.2.0.1-r1.ebuild
+++ b/dev-haskell/quickcheck/quickcheck-1.2.0.1-r1.ebuild
@@ -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
@@ -10,7 +10,7 @@ MY_PN="QuickCheck"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Automatic testing of Haskell programs"
-HOMEPAGE="http://www.math.chalmers.se/~rjmh/QuickCheck/"
+HOMEPAGE="https://github.com/nick8325/quickcheck"
SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
LICENSE="BSD"
diff --git a/dev-haskell/quickcheck/quickcheck-1.2.0.1.ebuild
b/dev-haskell/quickcheck/quickcheck-1.2.0.1.ebuild
index 9646d76460a..6fbb4025b23 100644
--- a/dev-haskell/quickcheck/quickcheck-1.2.0.1.ebuild
+++ b/dev-haskell/quickcheck/quickcheck-1.2.0.1.ebuild
@@ -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
CABAL_FEATURES="lib profile haddock"
@@ -8,7 +8,7 @@ MY_PN="QuickCheck"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Automatic testing of Haskell programs"
-HOMEPAGE="http://www.math.chalmers.se/~rjmh/QuickCheck/"
+HOMEPAGE="https://github.com/nick8325/quickcheck"
SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
LICENSE="BSD"
diff --git a/dev-haskell/quickcheck/quickcheck-2.6.ebuild
b/dev-haskell/quickcheck/quickcheck-2.6.ebuild
index e0d69e26f45..e362bb8b3e2 100644
--- a/dev-haskell/quickcheck/quickcheck-2.6.ebuild
+++ b/dev-haskell/quickcheck/quickcheck-2.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -12,7 +12,7 @@ MY_PN="QuickCheck"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Automatic testing of Haskell programs"
-HOMEPAGE="http://code.haskell.org/QuickCheck"
+HOMEPAGE="https://github.com/nick8325/quickcheck"
SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
LICENSE="BSD"