commit:     59792fc165fcde36fd1aff309703d5e3db250705
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed Apr 18 07:55:04 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Apr 23 14:47:02 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59792fc1

dev-haskell/preprocessor-tools: fix HOMEPAGE

 dev-haskell/preprocessor-tools/preprocessor-tools-1.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-haskell/preprocessor-tools/preprocessor-tools-1.0.1.ebuild 
b/dev-haskell/preprocessor-tools/preprocessor-tools-1.0.1.ebuild
index 1d2a2b277af..077bfd556a3 100644
--- a/dev-haskell/preprocessor-tools/preprocessor-tools-1.0.1.ebuild
+++ b/dev-haskell/preprocessor-tools/preprocessor-tools-1.0.1.ebuild
@@ -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"

Reply via email to