diff options
Diffstat (limited to 'dev-haskell/comonad/comonad-5.ebuild')
-rw-r--r-- | dev-haskell/comonad/comonad-5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/comonad/comonad-5.ebuild b/dev-haskell/comonad/comonad-5.ebuild index 659a450617ca..c9c16cae68d3 100644 --- a/dev-haskell/comonad/comonad-5.ebuild +++ b/dev-haskell/comonad/comonad-5.ebuild @@ -10,7 +10,7 @@ inherit haskell-cabal DESCRIPTION="Haskell 98 compatible comonads" HOMEPAGE="https://github.com/ekmett/comonad/" -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}" |