commit:     ff794d7ffaa924d1dbd1a9b47aeee1c17a733131
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Feb  5 20:44:44 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Feb  9 07:37:31 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff794d7f

dev-haskell/uri: fix HOMEPAGE

Closes: https://github.com/gentoo/gentoo/pull/7087

 dev-haskell/uri/uri-0.1.6.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-haskell/uri/uri-0.1.6.4.ebuild 
b/dev-haskell/uri/uri-0.1.6.4.ebuild
index cf123a8e2a9..f523c71f560 100644
--- a/dev-haskell/uri/uri-0.1.6.4.ebuild
+++ b/dev-haskell/uri/uri-0.1.6.4.ebuild
@@ -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"

Reply via email to