dev-lang/epic: point to non-404 HOMEPAGE, bug #680700
authorSergei Trofimovich <slyfox@gentoo.org>
Mon, 18 Mar 2019 23:28:30 +0000 (23:28 +0000)
committerSergei Trofimovich <slyfox@gentoo.org>
Mon, 18 Mar 2019 23:28:30 +0000 (23:28 +0000)
Reported-by: yuLya
Closes: https://bugs.gentoo.org/680700
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
dev-lang/epic/epic-0.9.3.3-r1.ebuild

index f7458b8b9a84f4504aef66c124112f5fb297a397..7f844cf9028399d7c5137b927c20d2468e3115ad 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
 inherit haskell-cabal
 
 DESCRIPTION="Compiler for a simple functional language"
-HOMEPAGE="http://www.dcs.st-and.ac.uk/~eb/epic.php"
+HOMEPAGE="https://github.com/edwinb/EpiVM"
 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="BSD"