diff options
-rw-r--r-- | dev-haskell/regex-pcre/regex-pcre-0.94.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/regex-pcre/regex-pcre-0.94.4-r1.ebuild b/dev-haskell/regex-pcre/regex-pcre-0.94.4-r1.ebuild index 22b215934a1c..e01d87d20b49 100644 --- a/dev-haskell/regex-pcre/regex-pcre-0.94.4-r1.ebuild +++ b/dev-haskell/regex-pcre/regex-pcre-0.94.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,7 +10,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="Replaces/Enhances Text.Regex" -HOMEPAGE="http://hackage.haskell.org/package/regex-pcre" +HOMEPAGE="https://hackage.haskell.org/package/regex-pcre" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" |