diff options
author | Wim Muskee <wimmuskee@gmail.com> | 2019-08-25 09:18:33 +0200 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-08-25 10:44:12 +0100 |
commit | 62de8261cc90997c76f23107fa757e47ef935ac8 (patch) | |
tree | 2c208801277cfd2279c63ef57a9c1ac2ff4097e7 /dev-haskell/logict | |
parent | eclass/toolchain.eclass: mask LIBPATH for cross-case, bug #692844 (diff) | |
download | gentoo-62de8261cc90997c76f23107fa757e47ef935ac8.tar.gz gentoo-62de8261cc90997c76f23107fa757e47ef935ac8.tar.bz2 gentoo-62de8261cc90997c76f23107fa757e47ef935ac8.zip |
dev-haskell/logict: update HOMEPAGE, metadata
Closes: https://bugs.gentoo.org/672780
Signed-off-by: Wim Muskee <wimmuskee@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12789
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/logict')
-rw-r--r-- | dev-haskell/logict/logict-0.6.0.2.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/logict/metadata.xml | 3 |
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> |