commit: 98a67bee6ab1f18337bf5d023d051a9ae77ff85c Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Mon Aug 7 20:44:51 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Mon Aug 7 20:44:51 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=98a67bee
dev-lisp/cl-mongo: Use https schema in live ebuild dev-lisp/cl-mongo/cl-mongo-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lisp/cl-mongo/cl-mongo-9999.ebuild b/dev-lisp/cl-mongo/cl-mongo-9999.ebuild index 05c33e44..2356ced0 100644 --- a/dev-lisp/cl-mongo/cl-mongo-9999.ebuild +++ b/dev-lisp/cl-mongo/cl-mongo-9999.ebuild @@ -7,7 +7,7 @@ inherit common-lisp-3 git-r3 DESCRIPTION="Lisp interface to mongo db" HOMEPAGE="https://github.com/fons/cl-mongo" -EGIT_REPO_URI="git://github.com/fons/${PN}.git" +EGIT_REPO_URI="https://github.com/fons/cl-mongo" LICENSE="MIT" SLOT="0"
