commit: 02c06649b278ed2268f87d3b663d87e03a930fee Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Mon Aug 7 19:44:34 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Mon Aug 7 19:44:34 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=02c06649
dev-lisp/cl-heredoc: Use https schema in live ebuild dev-lisp/cl-heredoc/cl-heredoc-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lisp/cl-heredoc/cl-heredoc-9999.ebuild b/dev-lisp/cl-heredoc/cl-heredoc-9999.ebuild index 0c6234f5..2a8a6c4d 100644 --- a/dev-lisp/cl-heredoc/cl-heredoc-9999.ebuild +++ b/dev-lisp/cl-heredoc/cl-heredoc-9999.ebuild @@ -7,7 +7,7 @@ inherit common-lisp-3 git-r3 DESCRIPTION="Common Lisp reader heredoc dispatcher" HOMEPAGE="http://www.cliki.net/cl-heredoc" -EGIT_REPO_URI="git://github.com/e-user/${PN}.git" +EGIT_REPO_URI="https://github.com/e-user/${PN}" LICENSE="GPL-3+" SLOT="0"