Emacsg: Use https repository urls

This commit is contained in:
Jonas Bernoulli 2024-08-24 19:54:55 +02:00
parent fdca5af9b0
commit 9fde15d577
No known key found for this signature in database
GPG Key ID: 230C2EFBB326D927

26
.gitmodules vendored
View File

@ -3,43 +3,43 @@
path = .borgconfig
[submodule "auto-compile"]
path = lib/auto-compile
url = git@github.com:emacscollective/auto-compile.git
url = https://github.com/emacscollective/auto-compile.git
[submodule "borg"]
path = lib/borg
url = git@github.com:emacscollective/borg.git
url = https://github.com/emacscollective/borg.git
[submodule "closql"]
path = lib/closql
url = git@github.com:magit/closql.git
url = https://github.com/magit/closql.git
[submodule "compat"]
path = lib/compat
url = git@github.com:emacs-compat/compat.git
url = https://github.com/emacs-compat/compat.git
[submodule "dash"]
path = lib/dash
url = git@github.com:magnars/dash.el.git
url = https://github.com/magnars/dash.el.git
[submodule "diff-hl"]
path = lib/diff-hl
url = git@github.com:dgutov/diff-hl.git
url = https://github.com/dgutov/diff-hl.git
[submodule "emacsql"]
path = lib/emacsql
url = git@github.com:magit/emacsql.git
url = https://github.com/magit/emacsql.git
[submodule "epkg"]
path = lib/epkg
url = git@github.com:emacscollective/epkg.git
url = https://github.com/emacscollective/epkg.git
[submodule "git-modes"]
path = lib/git-modes
url = git@github.com:magit/git-modes.git
url = https://github.com/magit/git-modes.git
[submodule "llama"]
path = lib/llama
url = https://github.com/tarsius/llama.git
[submodule "magit"]
path = lib/magit
url = git@github.com:magit/magit.git
url = https://github.com/magit/magit.git
[submodule "transient"]
path = lib/transient
url = git@github.com:magit/transient.git
url = https://github.com/magit/transient.git
[submodule "treepy"]
path = lib/treepy
url = git@github.com:volrath/treepy.el.git
url = https://github.com/volrath/treepy.el.git
[submodule "with-editor"]
path = lib/with-editor
url = git@github.com:magit/with-editor.git
url = https://github.com/magit/with-editor.git