commit: 507bb969bb21860ac5afc0d4121e39c2e932687b Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Mon Aug 7 20:48:21 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Mon Aug 7 20:48:21 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=507bb969
dev-lisp/cl-cairo2: Use https schema in live ebuild dev-lisp/cl-cairo2/cl-cairo2-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lisp/cl-cairo2/cl-cairo2-9999.ebuild b/dev-lisp/cl-cairo2/cl-cairo2-9999.ebuild index cd6a4483..7501dc05 100644 --- a/dev-lisp/cl-cairo2/cl-cairo2-9999.ebuild +++ b/dev-lisp/cl-cairo2/cl-cairo2-9999.ebuild @@ -7,7 +7,7 @@ inherit common-lisp-3 git-r3 DESCRIPTION="Comon Lisp bindings for the Cairo API" HOMEPAGE="http://cliki.net/cl-cairo2" -EGIT_REPO_URI="git://github.com/rpav/cl-cairo2.git" +EGIT_REPO_URI="https://github.com/rpav/cl-cairo2" LICENSE="Boost-1.0" SLOT="0"
