dev-haskell/http-streams: fix HOMEPAGE
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Wed, 18 Apr 2018 07:36:19 +0000 (09:36 +0200)
committerAaron Bauman <bman@gentoo.org>
Mon, 23 Apr 2018 14:47:01 +0000 (10:47 -0400)
dev-haskell/http-streams/http-streams-0.8.4.0.ebuild

index 1f1139d18c992d56a9cd106f5d315b2c3f7dbf36..ddd5fd36a4d14ca3a1a0ce28a9162cba12930189 100644 (file)
@@ -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=6
@@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
 inherit haskell-cabal
 
 DESCRIPTION="An HTTP client using io-streams"
-HOMEPAGE="http://research.operationaldynamics.com/projects/http-streams/"
+HOMEPAGE="https://github.com/afcowie/http-streams/"
 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="BSD"