diff options
author | Chema Alonso Josa <nimiux@gentoo.org> | 2017-08-21 16:38:05 +0200 |
---|---|---|
committer | Chema Alonso Josa <nimiux@gentoo.org> | 2018-03-09 22:34:16 +0100 |
commit | 285189a929717fb19949a564762221aae6f6cf8a (patch) | |
tree | d94adc128b51cbf893ea9e729338c1057a04562c /dev-lisp/cl-typegraph | |
parent | dev-lisp/madeira-port: Remove .git extension from EGIT_REPO_URI (diff) | |
download | lisp-285189a929717fb19949a564762221aae6f6cf8a.tar.gz lisp-285189a929717fb19949a564762221aae6f6cf8a.tar.bz2 lisp-285189a929717fb19949a564762221aae6f6cf8a.zip |
dev-lisp/cl-typegraph: Use https schema in live ebuild
Diffstat (limited to 'dev-lisp/cl-typegraph')
-rw-r--r-- | dev-lisp/cl-typegraph/Manifest | 2 | ||||
-rw-r--r-- | dev-lisp/cl-typegraph/cl-typegraph-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-lisp/cl-typegraph/Manifest b/dev-lisp/cl-typegraph/Manifest index 5e9abb09..12b008ca 100644 --- a/dev-lisp/cl-typegraph/Manifest +++ b/dev-lisp/cl-typegraph/Manifest @@ -1 +1 @@ -EBUILD cl-typegraph-9999.ebuild 404 SHA256 7269c5d742d1d76fa837d3b909fd0f464a639fb4a1f1a2035c3debdde3761c35 SHA512 773a56d367351f2a8d7f6e76631b1b7f80249bfde683375bddf6868b1a60bb0db36dcd8ac8c23735ec0ab19f2f5a806c3ece22684c39f92f6008bc5ff6844bd3 WHIRLPOOL 1ca1a647e1790f7a825eec20113c28b9f9c0d4a0b28fdbb46cf6572a807c4f15e9fbc42c9872d9ec172f8377ccaffa1e5ed4e388164db3be4561238a45cf0738 +EBUILD cl-typegraph-9999.ebuild 402 SHA256 d39f01ea4e63371fbfca347ec095100c75a72584de0542ace53cdec3d9108796 SHA512 901d08aa5a6aade198e64acaf23653a4c55d582c3a785153d554083bbc7569c072cf5b457a251a5c07cbe5f807a161a4387aba6b04ca05e2d68226d9a4292908 WHIRLPOOL cb140d159eae4ab31e184f054f216a01e2a4858ee23bbe9f8ec540513c6de0d636591e19879629606eca6fde48d2762c169fecc88975072852a1b2286375f81a diff --git a/dev-lisp/cl-typegraph/cl-typegraph-9999.ebuild b/dev-lisp/cl-typegraph/cl-typegraph-9999.ebuild index 272a9d4e..761f9d58 100644 --- a/dev-lisp/cl-typegraph/cl-typegraph-9999.ebuild +++ b/dev-lisp/cl-typegraph/cl-typegraph-9999.ebuild @@ -7,7 +7,7 @@ inherit common-lisp-3 git-r3 DESCRIPTION="Stand-alone Common Lisp graph typesetting system" HOMEPAGE="https://github.com/mbattyani/cl-typegraph" -EGIT_REPO_URI="git://github.com/mbattyani/${PN}.git" +EGIT_REPO_URI="https://github.com/mbattyani/${PN}" LICENSE="BSD-2" SLOT="0" |