diff options
Diffstat (limited to 'dev-haskell/async/async-2.1.1.ebuild')
-rw-r--r-- | dev-haskell/async/async-2.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/async/async-2.1.1.ebuild b/dev-haskell/async/async-2.1.1.ebuild index d9da91ad9fe8..c68b14516154 100644 --- a/dev-haskell/async/async-2.1.1.ebuild +++ b/dev-haskell/async/async-2.1.1.ebuild @@ -10,7 +10,7 @@ inherit haskell-cabal DESCRIPTION="Run IO operations asynchronously and wait for their results" HOMEPAGE="https://github.com/simonmar/async" -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}" |