summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/logict')
-rw-r--r--dev-haskell/logict/logict-0.6.0.2.ebuild4
-rw-r--r--dev-haskell/logict/metadata.xml3
2 files changed, 5 insertions, 2 deletions
diff --git a/dev-haskell/logict/logict-0.6.0.2.ebuild b/dev-haskell/logict/logict-0.6.0.2.ebuild
index 5a3b271b356f..893989799176 100644
--- a/dev-haskell/logict/logict-0.6.0.2.ebuild
+++ b/dev-haskell/logict/logict-0.6.0.2.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=5
@@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="A backtracking logic-programming monad"
-HOMEPAGE="http://code.haskell.org/~dolio/"
+HOMEPAGE="https://github.com/Bodigrim/logict"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
diff --git a/dev-haskell/logict/metadata.xml b/dev-haskell/logict/metadata.xml
index 2075b4c3e438..7988c1d2a442 100644
--- a/dev-haskell/logict/metadata.xml
+++ b/dev-haskell/logict/metadata.xml
@@ -12,4 +12,7 @@
Monad Transformers" available here:
<http://okmij.org/ftp/papers/LogicT.pdf>
</longdescription>
+ <upstream>
+ <remote-id type="github">Bodigrim/logict</remote-id>
+ </upstream>
</pkgmetadata>