diff options
Diffstat (limited to 'dev-lang/epic/epic-0.9.3.3-r1.ebuild')
-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" |