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
44863877c2
commit
1f0cf39caa
10
.gitmodules
vendored
10
.gitmodules
vendored
@ -36,13 +36,13 @@
|
|||||||
url = https://github.com/magit/magit.git
|
url = https://github.com/magit/magit.git
|
||||||
[submodule "markdown-mode"]
|
[submodule "markdown-mode"]
|
||||||
path = lib/markdown-mode
|
path = lib/markdown-mode
|
||||||
url = git@github.com:jrblevin/markdown-mode.git
|
url = https://github.com/jrblevin/markdown-mode.git
|
||||||
[submodule "no-littering"]
|
[submodule "no-littering"]
|
||||||
path = lib/no-littering
|
path = lib/no-littering
|
||||||
url = git@github.com:emacscollective/no-littering.git
|
url = https://github.com/emacscollective/no-littering.git
|
||||||
[submodule "queue"]
|
[submodule "queue"]
|
||||||
path = lib/queue
|
path = lib/queue
|
||||||
url = git@github.com:emacsmirror/queue.git
|
url = https://github.com/emacsmirror/queue.git
|
||||||
[submodule "transient"]
|
[submodule "transient"]
|
||||||
path = lib/transient
|
path = lib/transient
|
||||||
url = https://github.com/magit/transient.git
|
url = https://github.com/magit/transient.git
|
||||||
@ -52,10 +52,10 @@
|
|||||||
[submodule "undo-tree"]
|
[submodule "undo-tree"]
|
||||||
remote = silent http://www.dr-qubit.org/git/undo-tree.git
|
remote = silent http://www.dr-qubit.org/git/undo-tree.git
|
||||||
path = lib/undo-tree
|
path = lib/undo-tree
|
||||||
url = git@github.com:tarsiiformes/undo-tree.git
|
url = https://github.com/tarsiiformes/undo-tree.git
|
||||||
[submodule "with-editor"]
|
[submodule "with-editor"]
|
||||||
path = lib/with-editor
|
path = lib/with-editor
|
||||||
url = https://github.com/magit/with-editor.git
|
url = https://github.com/magit/with-editor.git
|
||||||
[submodule "yaml-mode"]
|
[submodule "yaml-mode"]
|
||||||
path = lib/yaml-mode
|
path = lib/yaml-mode
|
||||||
url = git@github.com:yoshiki/yaml-mode.git
|
url = https://github.com/yoshiki/yaml-mode.git
|
||||||
|
Loading…
x
Reference in New Issue
Block a user