From 4ac334c1cc4a98f9892af646955f54fd3702d958 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Wed, 18 Apr 2018 09:57:05 +0200 Subject: 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 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" -- cgit v1.2.3-65-gdbad