diff options
Diffstat (limited to 'dev-lang/ghc/ghc-8.4.1.ebuild')
-rw-r--r-- | dev-lang/ghc/ghc-8.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/ghc/ghc-8.4.1.ebuild b/dev-lang/ghc/ghc-8.4.1.ebuild index e23cc25aadde..bbff8dde2634 100644 --- a/dev-lang/ghc/ghc-8.4.1.ebuild +++ b/dev-lang/ghc/ghc-8.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -181,7 +181,7 @@ update_SRC_URI() { set -- $p pn=$1 pv=$2 - SRC_URI+=" mirror://hackage/package/${pn}/${pn}-${pv}.tar.gz" + SRC_URI+=" https://hackage.haskell.org/package/${pn}/${pn}-${pv}.tar.gz" done } |