From: Sergei Trofimovich Date: Mon, 18 Mar 2019 23:28:30 +0000 (+0000) Subject: dev-lang/epic: point to non-404 HOMEPAGE, bug #680700 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c0198967426d522622d7c89d607f72c532ae2654;p=gentoo.git dev-lang/epic: point to non-404 HOMEPAGE, bug #680700 Reported-by: yuLya Closes: https://bugs.gentoo.org/680700 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich --- diff --git a/dev-lang/epic/epic-0.9.3.3-r1.ebuild b/dev-lang/epic/epic-0.9.3.3-r1.ebuild index f7458b8b9a84..7f844cf90283 100644 --- a/dev-lang/epic/epic-0.9.3.3-r1.ebuild +++ b/dev-lang/epic/epic-0.9.3.3-r1.ebuild @@ -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"