diff mbox series

[2/2] cook: update mirror URLs to use HTTPS

Message ID a7ceeee328f1303eeaffe3ef2dc94955e0d2e47f.1711723543.git.ps@pks.im (mailing list archive)
State New
Headers show
Series [1/2] cook: switch unmaintained GitLab mirror to new URL | expand

Commit Message

Patrick Steinhardt March 29, 2024, 2:47 p.m. UTC
Some of our mirror URLs are listed with the "git://" protocol even
though all of them actually support "https://". There is no good reason
to prefer the former over the latter. Quite on the contrary, given that
the "https://" protocol is encrypted it is a safer choice.

Update those mirror URLs to use "https://" protocols.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
---
 Announce          | 2 +-
 cook              | 6 +++---
 whats-cooking.txt | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)
diff mbox series

Patch

diff --git a/Announce b/Announce
index 8ac01306e3..db0bedcdb0 100755
--- a/Announce
+++ b/Announce
@@ -113,7 +113,7 @@  cat <<\EOF
 
   url = https://git.kernel.org/pub/scm/git/git
   url = https://kernel.googlesource.com/pub/scm/git/git
-  url = git://repo.or.cz/alt-git.git
+  url = https://repo.or.cz/alt-git.git
   url = https://github.com/gitster/git
 EOF
 
diff --git a/cook b/cook
index 5fb2062574..b5450936a2 100755
--- a/cook
+++ b/cook
@@ -394,8 +394,8 @@  repositories have only a subset of branches.
 
 With maint, master, next, seen, todo:
 
-	git://git.kernel.org/pub/scm/git/git.git/
-	git://repo.or.cz/alt-git.git/
+	https://git.kernel.org/pub/scm/git/git.git/
+	https://repo.or.cz/alt-git.git/
 	https://kernel.googlesource.com/pub/scm/git/git/
 	https://github.com/git/git/
 	https://gitlab.com/git-scm/git/
@@ -409,7 +409,7 @@  are not sources, they are published in these repositories for
 convenience (replace "htmldocs" with "manpages" for the manual
 pages):
 
-	git://git.kernel.org/pub/scm/git/git-htmldocs.git/
+	https://git.kernel.org/pub/scm/git/git-htmldocs.git/
 	https://github.com/gitster/git-htmldocs.git/
 
 Release tarballs are available at:
diff --git a/whats-cooking.txt b/whats-cooking.txt
index 24e9fc51df..14f306df36 100644
--- a/whats-cooking.txt
+++ b/whats-cooking.txt
@@ -23,8 +23,8 @@  repositories have only a subset of branches.
 
 With maint, master, next, seen, todo:
 
-	git://git.kernel.org/pub/scm/git/git.git/
-	git://repo.or.cz/alt-git.git/
+	https://git.kernel.org/pub/scm/git/git.git/
+	https://repo.or.cz/alt-git.git/
 	https://kernel.googlesource.com/pub/scm/git/git/
 	https://github.com/git/git/
 	https://gitlab.com/git-scm/git/
@@ -38,7 +38,7 @@  are not sources, they are published in these repositories for
 convenience (replace "htmldocs" with "manpages" for the manual
 pages):
 
-	git://git.kernel.org/pub/scm/git/git-htmldocs.git/
+	https://git.kernel.org/pub/scm/git/git-htmldocs.git/
 	https://github.com/gitster/git-htmldocs.git/
 
 Release tarballs are available at: