diff options
Diffstat (limited to 'dev-haskell/top/top-1.7.ebuild')
-rw-r--r-- | dev-haskell/top/top-1.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/top/top-1.7.ebuild b/dev-haskell/top/top-1.7.ebuild index 284c027fe079..505c0ee09fb7 100644 --- a/dev-haskell/top/top-1.7.ebuild +++ b/dev-haskell/top/top-1.7.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 @@ -13,7 +13,7 @@ MY_P="${MY_PN}-${PV}" DESCRIPTION="Constraint solving framework employed by the Helium Compiler" HOMEPAGE="http://www.cs.uu.nl/wiki/bin/view/Helium/WebHome" -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="GPL-2" SLOT="0/${PV}" |