commit: dbe4ed961f228e6bae7503a9edc5b58497607f54 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Wed Apr 18 07:35:03 2018 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Mon Apr 23 14:47:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbe4ed96
dev-haskell/http-common: fix HOMEPAGE dev-haskell/http-common/http-common-0.8.2.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-haskell/http-common/http-common-0.8.2.0.ebuild b/dev-haskell/http-common/http-common-0.8.2.0.ebuild index 08ba581d8b4..c8f33d0217a 100644 --- a/dev-haskell/http-common/http-common-0.8.2.0.ebuild +++ b/dev-haskell/http-common/http-common-0.8.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 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="Common types for HTTP clients and servers" -HOMEPAGE="http://research.operationaldynamics.com/projects/http-streams/" +HOMEPAGE="https://hackage.haskell.org/package/http-common" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD"
