commit: fd23b3bb99bcdb63c14cfeb54cd7d3a3e7c0a237 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Mon Aug 21 14:33:15 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Mon Aug 21 14:33:15 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=fd23b3bb
dev-lisp/cl-difflib: Use https schema in live ebuild dev-lisp/cl-difflib/cl-difflib-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lisp/cl-difflib/cl-difflib-9999.ebuild b/dev-lisp/cl-difflib/cl-difflib-9999.ebuild index 259a977a..474a1444 100644 --- a/dev-lisp/cl-difflib/cl-difflib-9999.ebuild +++ b/dev-lisp/cl-difflib/cl-difflib-9999.ebuild @@ -7,7 +7,7 @@ inherit common-lisp-3 git-r3 DESCRIPTION="CL-DIFFLIB is a Lisp library for computing differences between sequences." HOMEPAGE="http://www.cliki.net/CL-DIFFLIB" -EGIT_REPO_URI="git://github.com/wiseman/${PN}" +EGIT_REPO_URI="https://github.com/wiseman/${PN}" LICENSE="MIT" SLOT="0"
