diff options
Diffstat (limited to 'dev-haskell/uri/uri-0.1.6.4.ebuild')
-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" |