commit: 3af9d9bdcd437e33e8173782e472ec4b89f466ef Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Mon Aug 7 19:37:04 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Mon Aug 7 19:37:04 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=3af9d9bd
dev-lisp/cl-css: Use https schema in live ebuild dev-lisp/cl-css/cl-css-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lisp/cl-css/cl-css-9999.ebuild b/dev-lisp/cl-css/cl-css-9999.ebuild index 05056f1b..f516c7c2 100644 --- a/dev-lisp/cl-css/cl-css-9999.ebuild +++ b/dev-lisp/cl-css/cl-css-9999.ebuild @@ -7,7 +7,7 @@ inherit common-lisp-3 git-r3 DESCRIPTION="Non-validating, inline CSS generator for Common Lisp" HOMEPAGE="https://github.com/Inaimathi/cl-css" -EGIT_REPO_URI="git://github.com/Inaimathi/${PN}.git" +EGIT_REPO_URI="https://github.com/Inaimathi/${PN}" LICENSE="MIT" SLOT="0"
