commit: ade4bd44d899ac3bf1e7208f7b507ca0f7e43ea8 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Mon Aug 7 20:34:16 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Mon Aug 7 20:34:16 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=ade4bd44
dev-lisp/graylex: Use https schema in live ebuild dev-lisp/graylex/graylex-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lisp/graylex/graylex-9999.ebuild b/dev-lisp/graylex/graylex-9999.ebuild index c3717525..78db3fae 100644 --- a/dev-lisp/graylex/graylex-9999.ebuild +++ b/dev-lisp/graylex/graylex-9999.ebuild @@ -7,7 +7,7 @@ inherit common-lisp-3 git-r3 DESCRIPTION="Gray lexer input streams" HOMEPAGE="http://cliki.net/graylex" -EGIT_REPO_URI="git://github.com/e-user/${PN}.git" +EGIT_REPO_URI="https://github.com/e-user/${PN}" LICENSE="GPL-3+" SLOT="0"
