diff options
Diffstat (limited to 'dev-haskell/vault')
-rw-r--r-- | dev-haskell/vault/vault-0.3.0.3.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/vault/vault-0.3.0.5.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/vault/vault-0.3.0.6.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-haskell/vault/vault-0.3.0.3.ebuild b/dev-haskell/vault/vault-0.3.0.3.ebuild index 56f58aa46648..e55b26504f75 100644 --- a/dev-haskell/vault/vault-0.3.0.3.ebuild +++ b/dev-haskell/vault/vault-0.3.0.3.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="a persistent store for values of arbitrary types" HOMEPAGE="https://github.com/HeinrichApfelmus/vault" -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/vault/vault-0.3.0.5.ebuild b/dev-haskell/vault/vault-0.3.0.5.ebuild index b296aa5fb1c6..85a40899e5da 100644 --- a/dev-haskell/vault/vault-0.3.0.5.ebuild +++ b/dev-haskell/vault/vault-0.3.0.5.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 @@ -11,7 +11,7 @@ inherit haskell-cabal DESCRIPTION="a persistent store for values of arbitrary types" HOMEPAGE="https://github.com/HeinrichApfelmus/vault" -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/vault/vault-0.3.0.6.ebuild b/dev-haskell/vault/vault-0.3.0.6.ebuild index e143cee0f47d..482f729c8304 100644 --- a/dev-haskell/vault/vault-0.3.0.6.ebuild +++ b/dev-haskell/vault/vault-0.3.0.6.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 @@ -11,7 +11,7 @@ inherit haskell-cabal DESCRIPTION="a persistent store for values of arbitrary types" HOMEPAGE="https://github.com/HeinrichApfelmus/vault" -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}" |