commit: 3758a9be4899d5d01a379b35d2dcd2f63bee6e6a Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Mon Aug 7 19:48:49 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Mon Aug 7 19:48:49 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=3758a9be
dev-lisp/cl-colors: Use https schema in live ebuild dev-lisp/cl-colors/cl-colors-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lisp/cl-colors/cl-colors-9999.ebuild b/dev-lisp/cl-colors/cl-colors-9999.ebuild index f3626588..75df70f4 100644 --- a/dev-lisp/cl-colors/cl-colors-9999.ebuild +++ b/dev-lisp/cl-colors/cl-colors-9999.ebuild @@ -7,7 +7,7 @@ inherit common-lisp-3 git-r3 DESCRIPTION="Simple color library for Common Lisp" HOMEPAGE="http://cliki.net/cl-colors" -EGIT_REPO_URI="git://github.com/tpapp/${PN}.git" +EGIT_REPO_URI="https://github.com/tpapp/${PN}" LICENSE="Boost-1.0" SLOT="0"
