libtool-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: .gitmodules: use HTTPS for cloning gnulib


From: Mike Frysinger
Subject: branch master updated: .gitmodules: use HTTPS for cloning gnulib
Date: Sun, 14 Jan 2024 17:51:09 -0500

This is an automated email from the git hooks/post-receive script.

vapier pushed a commit to branch master
in repository libtool.

The following commit(s) were added to refs/heads/master by this push:
     new b80646b7 .gitmodules: use HTTPS for cloning gnulib
b80646b7 is described below

commit b80646b7b834854db5bb5d377e8f4ef2472a1749
Author: Sam James <sam@gentoo.org>
AuthorDate: Sun Jan 14 20:28:00 2024 +0000

    .gitmodules: use HTTPS for cloning gnulib
    
    * .gitmodules: Use https://.
---
 .gitmodules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitmodules b/.gitmodules
index e561a15b..fc4bd926 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,6 @@
 [submodule "gnulib"]
         path = gnulib
-        url = git://git.savannah.gnu.org/gnulib.git
+        url = https://git.savannah.gnu.org/git/gnulib
 [submodule "bootstrap"]
         path = gl-mod/bootstrap
         url = https://github.com/gnulib-modules/bootstrap.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]