summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-04-18 09:31:21 +0200
committerAaron Bauman <bman@gentoo.org>2018-04-23 10:47:01 -0400
commitd839b8fa742edac81d04072b769f208816b7cbbe (patch)
treef1761f0913642d1ca03cae79ad5343b316411d22
parentdev-haskell/asn1-types: fix HOMEPAGE (diff)
downloadgentoo-d839b8fa742edac81d04072b769f208816b7cbbe.tar.gz
gentoo-d839b8fa742edac81d04072b769f208816b7cbbe.tar.bz2
gentoo-d839b8fa742edac81d04072b769f208816b7cbbe.zip
dev-haskell/cabal-doctest: fix HOMEPAGE
-rw-r--r--dev-haskell/cabal-doctest/cabal-doctest-1.ebuild4
1 files 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 b677d6a11f27..803741073962 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"