diff options
Diffstat (limited to 'dev-haskell/extra')
-rw-r--r-- | dev-haskell/extra/extra-1.3.1.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/extra/extra-1.4.10.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/extra/extra-1.4.2.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/extra/extra-1.5.1.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/dev-haskell/extra/extra-1.3.1.ebuild b/dev-haskell/extra/extra-1.3.1.ebuild index e8fe10cf2632..f22664d3679f 100644 --- a/dev-haskell/extra/extra-1.3.1.ebuild +++ b/dev-haskell/extra/extra-1.3.1.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="Extra functions I use" HOMEPAGE="https://github.com/ndmitchell/extra#readme" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" # this package has nothing to do with extra:0 (aka Extra on hackage) diff --git a/dev-haskell/extra/extra-1.4.10.ebuild b/dev-haskell/extra/extra-1.4.10.ebuild index 7e11a2ca264a..ada0019eb1b3 100644 --- a/dev-haskell/extra/extra-1.4.10.ebuild +++ b/dev-haskell/extra/extra-1.4.10.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="Extra functions I use" HOMEPAGE="https://github.com/ndmitchell/extra#readme" -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="2/${PV}" diff --git a/dev-haskell/extra/extra-1.4.2.ebuild b/dev-haskell/extra/extra-1.4.2.ebuild index fe848cc34ee8..30ca52e79a1a 100644 --- a/dev-haskell/extra/extra-1.4.2.ebuild +++ b/dev-haskell/extra/extra-1.4.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="Extra functions I use" HOMEPAGE="https://github.com/ndmitchell/extra#readme" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" # this package has nothing to do with extra:0 (aka Extra on hackage) diff --git a/dev-haskell/extra/extra-1.5.1.ebuild b/dev-haskell/extra/extra-1.5.1.ebuild index 73560c02e4e6..17a3302aa238 100644 --- a/dev-haskell/extra/extra-1.5.1.ebuild +++ b/dev-haskell/extra/extra-1.5.1.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="Extra functions I use" HOMEPAGE="https://github.com/ndmitchell/extra#readme" -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="2/${PV}" |