aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2021-12-07 07:29:20 +0100
committerTharre <tharre3@gmail.com>2021-12-18 21:37:05 +0100
commit0def371de1dc3fa80b271dc4eeccbcee97fd592d (patch)
treef8e7c141140c9c61b932b53ba2278e4507f146dd
parentcb82f0af6781d71b6cbed5af55cef56555f837a2 (diff)
downloadpkgbuilds-0def371de1dc3fa80b271dc4eeccbcee97fd592d.tar.gz
pkgbuilds-0def371de1dc3fa80b271dc4eeccbcee97fd592d.tar.xz
pkgbuilds-0def371de1dc3fa80b271dc4eeccbcee97fd592d.zip
Use https for submodules instead of ssh
.. so that you don't need a valid ssh key for downloading them.
-rw-r--r--.gitmodules8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules
index fec5137..7bcd60c 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,12 +1,12 @@
[submodule "grokmirror"]
path = grokmirror
- url = ssh://aur@aur.archlinux.org/grokmirror.git
+ url = https://aur.archlinux.org/grokmirror.git
[submodule "python-enlighten"]
path = python-enlighten
- url = ssh://aur@aur.archlinux.org/python-enlighten.git
+ url = https://aur.archlinux.org/python-enlighten.git
[submodule "diod"]
path = diod
- url = ssh://aur@aur.archlinux.org/diod.git
+ url = https://aur.archlinux.org/diod.git
[submodule "pandoc-pyplot"]
path = pandoc-pyplot
- url = ssh://aur@aur.archlinux.org/pandoc-pyplot.git
+ url = https://aur.archlinux.org/pandoc-pyplot.git