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

index b677d6a11f273a90fc416a1828ff692f850dc4de..803741073962343470298741d34af8583a5746a6 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"
 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"