commit: 2b8c6209207da4052a41c360a8e34906de72f0e4 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Mon Aug 7 20:41:55 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Mon Aug 7 20:41:55 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=2b8c6209
dev-lisp/clx: Use https schema in live ebuild dev-lisp/clx/clx-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lisp/clx/clx-9999.ebuild b/dev-lisp/clx/clx-9999.ebuild index efbfcfbe..02b1df2b 100644 --- a/dev-lisp/clx/clx-9999.ebuild +++ b/dev-lisp/clx/clx-9999.ebuild @@ -7,7 +7,7 @@ inherit common-lisp-3 git-r3 DESCRIPTION="A fork of crhodes' fork of danb's fork of CLX, 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" +EGIT_REPO_URI="https://github.com/sharplispers/clx" LICENSE="MIT" SLOT="0"
