diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-03-18 23:28:30 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-03-18 23:28:30 +0000 |
commit | c0198967426d522622d7c89d607f72c532ae2654 (patch) | |
tree | 09f9bceffea7a4b6abc8c8afd3050dc5ae32f3f1 /dev-lang | |
parent | dev-vcs/cvs-fast-export: bump up to 1.46 (diff) | |
download | gentoo-c0198967426d522622d7c89d607f72c532ae2654.tar.gz gentoo-c0198967426d522622d7c89d607f72c532ae2654.tar.bz2 gentoo-c0198967426d522622d7c89d607f72c532ae2654.zip |
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 <slyfox@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/epic/epic-0.9.3.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |