diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-18 09:59:02 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-04-23 10:47:02 -0400 |
commit | 6ca9fd0a5c2e2ea5ac19ae84c1a1c8aab2821c26 (patch) | |
tree | efd37be3908c8a2143ff398c6a6edfd3119f8d67 /dev-haskell/publicsuffixlist | |
parent | dev-haskell/quickcheck: fix HOMEPAGE (diff) | |
download | gentoo-6ca9fd0a5c2e2ea5ac19ae84c1a1c8aab2821c26.tar.gz gentoo-6ca9fd0a5c2e2ea5ac19ae84c1a1c8aab2821c26.tar.bz2 gentoo-6ca9fd0a5c2e2ea5ac19ae84c1a1c8aab2821c26.zip |
dev-haskell/publicsuffixlist: fix HOMEPAGE
Diffstat (limited to 'dev-haskell/publicsuffixlist')
-rw-r--r-- | dev-haskell/publicsuffixlist/publicsuffixlist-0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/publicsuffixlist/publicsuffixlist-0.1.ebuild b/dev-haskell/publicsuffixlist/publicsuffixlist-0.1.ebuild index 6e50975abb81..f7548d48ed51 100644 --- a/dev-haskell/publicsuffixlist/publicsuffixlist-0.1.ebuild +++ b/dev-haskell/publicsuffixlist/publicsuffixlist-0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="Is a given string a domain suffix?" -HOMEPAGE="https://github.com/litherum/publicsuffixlist" +HOMEPAGE="https://hackage.haskell.org/package/publicsuffixlist" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" |