[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libeufin] branch master updated: fix submodule name, use relative path
From: |
gnunet |
Subject: |
[libeufin] branch master updated: fix submodule name, use relative path |
Date: |
Mon, 13 Jan 2025 19:32:04 +0100 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository libeufin.
The following commit(s) were added to refs/heads/master by this push:
new fddd6d26 fix submodule name, use relative path
fddd6d26 is described below
commit fddd6d262afc84208bb0cbcecff6025f0a322602
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Jan 13 19:31:59 2025 +0100
fix submodule name, use relative path
---
.gitmodules | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.gitmodules b/.gitmodules
index 9e62daa6..05020d64 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,11 +1,11 @@
[submodule "build-system/taler-build-scripts"]
path = build-system/taler-build-scripts
- url = https://git.taler.net/build-common.git
+ url = ../build-common.git
[submodule "contrib/wallet-core"]
path = contrib/wallet-core
- url = https://git.taler.net/wallet-core.git
+ url = ../taler-typescript-core.git
branch = prebuilt
[submodule "doc/prebuilt"]
path = doc/prebuilt
- url = https://git.taler.net/docs.git
+ url = ../taler-docs.git
branch = prebuilt
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [libeufin] branch master updated: fix submodule name, use relative path,
gnunet <=