commit: 9ada59d17ca3b77edc850a8f62eef7e8c0ea3f15 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Mon Aug 7 11:16:06 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Mon Aug 7 11:16:06 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=9ada59d1
dev-lisp/cl-opengl: Use https schema in live ebuild dev-lisp/cl-opengl/cl-opengl-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lisp/cl-opengl/cl-opengl-9999.ebuild b/dev-lisp/cl-opengl/cl-opengl-9999.ebuild index af19c973..57bedee2 100644 --- a/dev-lisp/cl-opengl/cl-opengl-9999.ebuild +++ b/dev-lisp/cl-opengl/cl-opengl-9999.ebuild @@ -7,7 +7,7 @@ inherit common-lisp-3 git-r3 DESCRIPTION="A set of CFFI bindings to the OpenGL, GLU and GLUT APIs." HOMEPAGE="http://common-lisp.net/project/cl-opengl/" -EGIT_REPO_URI="git://github.com/3b/${PN}" +EGIT_REPO_URI="https://github.com/3b/${PN}" LICENSE="BSD" SLOT="0"
