dev-haskell/preprocessor-tools: fix HOMEPAGE
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Wed, 18 Apr 2018 07:55:04 +0000 (09:55 +0200)
committerAaron Bauman <bman@gentoo.org>
Mon, 23 Apr 2018 14:47:02 +0000 (10:47 -0400)
dev-haskell/preprocessor-tools/preprocessor-tools-1.0.1.ebuild

index 1d2a2b277af27ce32df96a8c0a34b6fbfb76ab89..077bfd556a3d4efa7f0baef4f7e532142f6008d0 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour"
 inherit haskell-cabal
 
 DESCRIPTION="A framework for extending Haskell's syntax via quick-and-dirty preprocessors"
-HOMEPAGE="http://www.eecs.harvard.edu/~tov/pubs/haskell-session-types/"
+HOMEPAGE="https://hackage.haskell.org/package/preprocessor-tools"
 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="BSD"