diff options
Diffstat (limited to 'dev-haskell/quickcheck-io')
-rw-r--r-- | dev-haskell/quickcheck-io/quickcheck-io-0.1.1-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/quickcheck-io/quickcheck-io-0.1.2.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/quickcheck-io/quickcheck-io-0.1.4.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-haskell/quickcheck-io/quickcheck-io-0.1.1-r1.ebuild b/dev-haskell/quickcheck-io/quickcheck-io-0.1.1-r1.ebuild index 6e1c797a3d46..09da6ecc046e 100644 --- a/dev-haskell/quickcheck-io/quickcheck-io-0.1.1-r1.ebuild +++ b/dev-haskell/quickcheck-io/quickcheck-io-0.1.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,7 +10,7 @@ inherit haskell-cabal DESCRIPTION="Use HUnit assertions as QuickCheck properties" HOMEPAGE="http://hackage.haskell.org/package/quickcheck-io" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="MIT" SLOT="0/${PV}" diff --git a/dev-haskell/quickcheck-io/quickcheck-io-0.1.2.ebuild b/dev-haskell/quickcheck-io/quickcheck-io-0.1.2.ebuild index ff5e3aad395c..b3f70afa9efc 100644 --- a/dev-haskell/quickcheck-io/quickcheck-io-0.1.2.ebuild +++ b/dev-haskell/quickcheck-io/quickcheck-io-0.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,7 +10,7 @@ inherit haskell-cabal DESCRIPTION="Use HUnit assertions as QuickCheck properties" HOMEPAGE="https://github.com/hspec/quickcheck-io#readme" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="MIT" SLOT="0/${PV}" diff --git a/dev-haskell/quickcheck-io/quickcheck-io-0.1.4.ebuild b/dev-haskell/quickcheck-io/quickcheck-io-0.1.4.ebuild index 2da85b7d3ee2..2020776147a9 100644 --- a/dev-haskell/quickcheck-io/quickcheck-io-0.1.4.ebuild +++ b/dev-haskell/quickcheck-io/quickcheck-io-0.1.4.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 @@ -10,7 +10,7 @@ inherit haskell-cabal DESCRIPTION="Use HUnit assertions as QuickCheck properties" HOMEPAGE="https://github.com/hspec/quickcheck-io#readme" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="MIT" SLOT="0/${PV}" |