dev-haskell/publicsuffixlist: fix HOMEPAGE
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Wed, 18 Apr 2018 07:59:02 +0000 (09:59 +0200)
committerAaron Bauman <bman@gentoo.org>
Mon, 23 Apr 2018 14:47:02 +0000 (10:47 -0400)
dev-haskell/publicsuffixlist/publicsuffixlist-0.1.ebuild

index 6e50975abb8173a7063c8b8c702267c558aceedb..f7548d48ed515344d94721f05fa87b248428dfb5 100644 (file)
@@ -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"