diff options
Diffstat (limited to 'dev-haskell/uulib')
-rw-r--r-- | dev-haskell/uulib/uulib-0.9.16.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/uulib/uulib-0.9.22.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-haskell/uulib/uulib-0.9.16.ebuild b/dev-haskell/uulib/uulib-0.9.16.ebuild index d77f56ff8371..abcb2f4f55e8 100644 --- a/dev-haskell/uulib/uulib-0.9.16.ebuild +++ b/dev-haskell/uulib/uulib-0.9.16.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="Haskell Utrecht Tools Library" HOMEPAGE="http://www.cs.uu.nl/wiki/HUT/WebHome" -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/uulib/uulib-0.9.22.ebuild b/dev-haskell/uulib/uulib-0.9.22.ebuild index dfdef8ca4c30..c606e0f21d86 100644 --- a/dev-haskell/uulib/uulib-0.9.22.ebuild +++ b/dev-haskell/uulib/uulib-0.9.22.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="Haskell Utrecht Tools Library" HOMEPAGE="https://github.com/UU-ComputerScience/uulib" -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}" |