[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[exchange] 01/03: use relative submodules
From: |
gnunet |
Subject: |
[exchange] 01/03: use relative submodules |
Date: |
Tue, 21 Jan 2025 13:01:22 +0100 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository exchange.
commit e49b0678079addff1a4e25e6463f5f8a5d361693
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Jan 21 10:49:05 2025 +0100
use relative submodules
---
.gitmodules | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.gitmodules b/.gitmodules
index 96ac6565e..625ae475f 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,11 +1,11 @@
[submodule "doc/prebuilt"]
path = doc/prebuilt
- url = https://git.taler.net/taler-docs.git
+ url = ../taler-docs.git
branch = prebuilt
[submodule "contrib/gana"]
path = contrib/gana
- url = https://git.gnunet.org/gana.git
+ url = ../gana.git
[submodule "contrib/wallet-core"]
path = contrib/wallet-core
- url = https://git.taler.net/taler-typescript-core.git
+ url = ../taler-typescript-core.git
branch = prebuilt
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.