mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
dev-haskell/publicsuffixlist: fix HOMEPAGE
This commit is contained in:
committed by
Aaron Bauman
parent
4ac334c1cc
commit
6ca9fd0a5c
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user