From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 207F81382C5 for ; Mon, 23 Apr 2018 14:47:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 360ACE0B13; Mon, 23 Apr 2018 14:47:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1393DE0B01 for ; Mon, 23 Apr 2018 14:47:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DD82A335C43 for ; Mon, 23 Apr 2018 14:47:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67E58299 for ; Mon, 23 Apr 2018 14:47:13 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1524494821.01a371ef4eb45656efd85b0061d914d659a7113a.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/http-streams/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/http-streams/http-streams-0.8.4.0.ebuild X-VCS-Directories: dev-haskell/http-streams/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 01a371ef4eb45656efd85b0061d914d659a7113a X-VCS-Branch: master Date: Mon, 23 Apr 2018 14:47:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 00ea76e2-128d-44fa-b24f-85e04ecef953 X-Archives-Hash: a1e0552579e66d1f5108fe725239ec8a commit: 01a371ef4eb45656efd85b0061d914d659a7113a Author: Michael Mair-Keimberger gmail com> AuthorDate: Wed Apr 18 07:36:19 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Apr 23 14:47:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01a371ef dev-haskell/http-streams: fix HOMEPAGE dev-haskell/http-streams/http-streams-0.8.4.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-haskell/http-streams/http-streams-0.8.4.0.ebuild b/dev-haskell/http-streams/http-streams-0.8.4.0.ebuild index 1f1139d18c9..ddd5fd36a4d 100644 --- a/dev-haskell/http-streams/http-streams-0.8.4.0.ebuild +++ b/dev-haskell/http-streams/http-streams-0.8.4.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=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"