summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-04-18 09:57:05 +0200
committerAaron Bauman <bman@gentoo.org>2018-04-23 10:47:02 -0400
commit4ac334c1cc4a98f9892af646955f54fd3702d958 (patch)
tree9b65953b04922d77595c67f8598eae1ba1f9af49 /dev-haskell
parentdev-haskell/preprocessor-tools: fix HOMEPAGE (diff)
downloadgentoo-4ac334c1cc4a98f9892af646955f54fd3702d958.tar.gz
gentoo-4ac334c1cc4a98f9892af646955f54fd3702d958.tar.bz2
gentoo-4ac334c1cc4a98f9892af646955f54fd3702d958.zip
dev-haskell/quickcheck: fix HOMEPAGE
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/quickcheck/quickcheck-1.2.0.1-r1.ebuild4
-rw-r--r--dev-haskell/quickcheck/quickcheck-1.2.0.1.ebuild4
-rw-r--r--dev-haskell/quickcheck/quickcheck-2.6.ebuild4
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 a995aafb1128..9d10d8cdc008 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 9646d76460ac..6fbb4025b230 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 e0d69e26f45a..e362bb8b3e28 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"