dev-haskell/uri: fix HOMEPAGE
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Mon, 5 Feb 2018 20:44:44 +0000 (21:44 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Fri, 9 Feb 2018 07:37:31 +0000 (07:37 +0000)
Closes: https://github.com/gentoo/gentoo/pull/7087

dev-haskell/uri/uri-0.1.6.4.ebuild

index cf123a8e2a96ed73f0bc2c7c7e4902f3f4dcd03c..f523c71f5603814d19d3a9c2159780186800adb8 100644 (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"