diff options
Diffstat (limited to 'dev-haskell/chasingbottoms')
4 files changed, 8 insertions, 8 deletions
diff --git a/dev-haskell/chasingbottoms/chasingbottoms-1.3.0.11-r1.ebuild b/dev-haskell/chasingbottoms/chasingbottoms-1.3.0.11-r1.ebuild index beb123919b92..1927479404d6 100644 --- a/dev-haskell/chasingbottoms/chasingbottoms-1.3.0.11-r1.ebuild +++ b/dev-haskell/chasingbottoms/chasingbottoms-1.3.0.11-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 @@ -14,7 +14,7 @@ MY_P="${MY_PN}-${PV}" DESCRIPTION="For testing partial and infinite values" HOMEPAGE="http://hackage.haskell.org/package/ChasingBottoms" -SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" +SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0/${PV}" diff --git a/dev-haskell/chasingbottoms/chasingbottoms-1.3.0.13.ebuild b/dev-haskell/chasingbottoms/chasingbottoms-1.3.0.13.ebuild index 1b1f14687b0b..07b987f66c9a 100644 --- a/dev-haskell/chasingbottoms/chasingbottoms-1.3.0.13.ebuild +++ b/dev-haskell/chasingbottoms/chasingbottoms-1.3.0.13.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 @@ -14,7 +14,7 @@ MY_P="${MY_PN}-${PV}" DESCRIPTION="For testing partial and infinite values" HOMEPAGE="http://hackage.haskell.org/package/ChasingBottoms" -SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" +SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0/${PV}" diff --git a/dev-haskell/chasingbottoms/chasingbottoms-1.3.0.14.ebuild b/dev-haskell/chasingbottoms/chasingbottoms-1.3.0.14.ebuild index cdc5d93dcc76..fab0c7ae19ce 100644 --- a/dev-haskell/chasingbottoms/chasingbottoms-1.3.0.14.ebuild +++ b/dev-haskell/chasingbottoms/chasingbottoms-1.3.0.14.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 @@ -14,7 +14,7 @@ MY_P="${MY_PN}-${PV}" DESCRIPTION="For testing partial and infinite values" HOMEPAGE="http://hackage.haskell.org/package/ChasingBottoms" -SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" +SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0/${PV}" diff --git a/dev-haskell/chasingbottoms/chasingbottoms-1.3.1.2.ebuild b/dev-haskell/chasingbottoms/chasingbottoms-1.3.1.2.ebuild index dd2b4df038a7..369c06cd4b67 100644 --- a/dev-haskell/chasingbottoms/chasingbottoms-1.3.1.2.ebuild +++ b/dev-haskell/chasingbottoms/chasingbottoms-1.3.1.2.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 @@ -14,7 +14,7 @@ MY_P="${MY_PN}-${PV}" DESCRIPTION="For testing partial and infinite values" HOMEPAGE="http://hackage.haskell.org/package/ChasingBottoms" -SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" +SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0/${PV}" |