mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-07-26 11:24:25 -04:00
Emacsg: Use https repository urls
This commit is contained in:
parent
b94969bdb8
commit
d810984ff3
10
.gitmodules
vendored
10
.gitmodules
vendored
@ -18,7 +18,7 @@
|
||||
url = https://github.com/magnars/dash.el.git
|
||||
[submodule "debbugs"]
|
||||
path = lib/debbugs
|
||||
url = git@github.com:emacsmirror/debbugs.git
|
||||
url = https://github.com/emacsmirror/debbugs.git
|
||||
[submodule "diff-hl"]
|
||||
path = lib/diff-hl
|
||||
url = https://github.com/dgutov/diff-hl.git
|
||||
@ -39,19 +39,19 @@
|
||||
url = https://github.com/tarsius/llama.git
|
||||
[submodule "macrostep"]
|
||||
path = lib/macrostep
|
||||
url = git@github.com:emacsorphanage/macrostep.git
|
||||
url = https://github.com/emacsorphanage/macrostep.git
|
||||
[submodule "magit"]
|
||||
path = lib/magit
|
||||
url = https://github.com/magit/magit.git
|
||||
[submodule "package-build"]
|
||||
path = lib/package-build
|
||||
url = git@github.com:melpa/package-build.git
|
||||
url = https://github.com/melpa/package-build.git
|
||||
[submodule "package-lint"]
|
||||
path = lib/package-lint
|
||||
url = git@github.com:purcell/package-lint.git
|
||||
url = https://github.com/purcell/package-lint.git
|
||||
[submodule "sisyphus"]
|
||||
path = lib/sisyphus
|
||||
url = git@github.com:magit/sisyphus.git
|
||||
url = https://github.com/magit/sisyphus.git
|
||||
[submodule "transient"]
|
||||
path = lib/transient
|
||||
url = https://github.com/magit/transient.git
|
||||
|
Loading…
x
Reference in New Issue
Block a user