dev-haskell/uri: fix HOMEPAGE

Closes: https://github.com/gentoo/gentoo/pull/7087
This commit is contained in:
Michael Mair-Keimberger
2018-02-05 21:44:44 +01:00
committed by Sergei Trofimovich
parent 76d9feda03
commit ff794d7ffa

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2016 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"
inherit haskell-cabal
DESCRIPTION="Library for working with URIs"
HOMEPAGE="http://gitorious.org/uri"
HOMEPAGE="https://hackage.haskell.org/package/uri"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"