diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-02-05 21:44:44 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-02-09 07:37:31 +0000 |
commit | ff794d7ffaa924d1dbd1a9b47aeee1c17a733131 (patch) | |
tree | 113cc3c9e3a58cfb0d9a3006c43291afac8c3bea /dev-haskell | |
parent | app-arch/p7zip: stable 16.02-r2 for hppa, bug #645500 (diff) | |
download | gentoo-ff794d7ffaa924d1dbd1a9b47aeee1c17a733131.tar.gz gentoo-ff794d7ffaa924d1dbd1a9b47aeee1c17a733131.tar.bz2 gentoo-ff794d7ffaa924d1dbd1a9b47aeee1c17a733131.zip |
dev-haskell/uri: fix HOMEPAGE
Closes: https://github.com/gentoo/gentoo/pull/7087
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/uri/uri-0.1.6.4.ebuild | 4 |
1 files 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 cf123a8e2a96..f523c71f5603 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" |