commit: 62eb5e6b518ac48d2f9e1cbf506548efa578826c Author: Chema Alonso <nimiux <AT> gentoo <DOT> org> AuthorDate: Mon Apr 28 09:41:43 2014 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Mon Apr 28 09:41:43 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=62eb5e6b
dev-lisp/clx: fix description and uri --- dev-lisp/clx/clx-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lisp/clx/clx-9999.ebuild b/dev-lisp/clx/clx-9999.ebuild index 5d41ab4..d698632 100644 --- a/dev-lisp/clx/clx-9999.ebuild +++ b/dev-lisp/clx/clx-9999.ebuild @@ -6,8 +6,8 @@ EAPI=5 inherit common-lisp-3 git-2 -DESCRIPTION="A collection of public domain utilities." -HOMEPAGE="http://www.cliki.net/CLX" +DESCRIPTION="A fork of crhodes' fork of danb's fork of the CLX library, an X11 client for Common Lisp" +HOMEPAGE="https://github.com/sharplispers/clx http://www.cliki.net/CLX" EGIT_REPO_URI="git://github.com/sharplispers/clx.git" LICENSE="as-is"
