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 C84F31382C5 for ; Mon, 23 Apr 2018 14:47:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18790E0B05; 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 E7DF0E0B01 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 D546A335C36 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 3E3A0297 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.d839b8fa742edac81d04072b769f208816b7cbbe.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/cabal-doctest/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/cabal-doctest/cabal-doctest-1.ebuild X-VCS-Directories: dev-haskell/cabal-doctest/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: d839b8fa742edac81d04072b769f208816b7cbbe 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: ae66d097-4e8b-4cc0-b0db-988edc50ccf9 X-Archives-Hash: b3d1d461943156cf02e55a4336b3bb5e commit: d839b8fa742edac81d04072b769f208816b7cbbe Author: Michael Mair-Keimberger gmail com> AuthorDate: Wed Apr 18 07:31:21 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=d839b8fa dev-haskell/cabal-doctest: fix HOMEPAGE dev-haskell/cabal-doctest/cabal-doctest-1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-haskell/cabal-doctest/cabal-doctest-1.ebuild b/dev-haskell/cabal-doctest/cabal-doctest-1.ebuild index b677d6a11f2..80374107396 100644 --- a/dev-haskell/cabal-doctest/cabal-doctest-1.ebuild +++ b/dev-haskell/cabal-doctest/cabal-doctest-1.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" inherit haskell-cabal DESCRIPTION="A Setup.hs helper for doctests running" -HOMEPAGE="https://github.com/phadej/cabal-doctests" +HOMEPAGE="https://github.com/phadej/cabal-doctest" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD"