diff options
Diffstat (limited to 'dev-haskell/mwc-random')
-rw-r--r-- | dev-haskell/mwc-random/mwc-random-0.12.0.1.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/mwc-random/mwc-random-0.13.3.2.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/mwc-random/mwc-random-0.13.4.0.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-haskell/mwc-random/mwc-random-0.12.0.1.ebuild b/dev-haskell/mwc-random/mwc-random-0.12.0.1.ebuild index 4d1fb05e3b52..c8a84aa979c4 100644 --- a/dev-haskell/mwc-random/mwc-random-0.12.0.1.ebuild +++ b/dev-haskell/mwc-random/mwc-random-0.12.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 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="Fast, high quality pseudo random number generation" HOMEPAGE="https://github.com/bos/mwc-random" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" diff --git a/dev-haskell/mwc-random/mwc-random-0.13.3.2.ebuild b/dev-haskell/mwc-random/mwc-random-0.13.3.2.ebuild index 49549808dcda..bda20dc121ec 100644 --- a/dev-haskell/mwc-random/mwc-random-0.13.3.2.ebuild +++ b/dev-haskell/mwc-random/mwc-random-0.13.3.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="Fast, high quality pseudo random number generation" HOMEPAGE="https://github.com/bos/mwc-random" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" diff --git a/dev-haskell/mwc-random/mwc-random-0.13.4.0.ebuild b/dev-haskell/mwc-random/mwc-random-0.13.4.0.ebuild index 4bfc50a41787..7c470db83dda 100644 --- a/dev-haskell/mwc-random/mwc-random-0.13.4.0.ebuild +++ b/dev-haskell/mwc-random/mwc-random-0.13.4.0.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=5 @@ -10,7 +10,7 @@ inherit haskell-cabal DESCRIPTION="Fast, high quality pseudo random number generation" HOMEPAGE="https://github.com/bos/mwc-random" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" |