diff options
Diffstat (limited to 'dev-haskell/zip-archive')
-rw-r--r-- | dev-haskell/zip-archive/zip-archive-0.1.3.4.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/zip-archive/zip-archive-0.2.3.7.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-haskell/zip-archive/zip-archive-0.1.3.4.ebuild b/dev-haskell/zip-archive/zip-archive-0.1.3.4.ebuild index 48fd05719b61..031c75a5f559 100644 --- a/dev-haskell/zip-archive/zip-archive-0.1.3.4.ebuild +++ b/dev-haskell/zip-archive/zip-archive-0.1.3.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 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="Library for creating and modifying zip archives" HOMEPAGE="https://github.com/jgm/zip-archive" -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/zip-archive/zip-archive-0.2.3.7.ebuild b/dev-haskell/zip-archive/zip-archive-0.2.3.7.ebuild index 395d2c9b9bcf..40e764d4ba0f 100644 --- a/dev-haskell/zip-archive/zip-archive-0.2.3.7.ebuild +++ b/dev-haskell/zip-archive/zip-archive-0.2.3.7.ebuild @@ -10,7 +10,7 @@ inherit haskell-cabal DESCRIPTION="Library for creating and modifying zip archives" HOMEPAGE="https://github.com/jgm/zip-archive" -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}" |