aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-10-16 12:07:20 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-10-16 12:07:20 +0200
commit28b33c0057d66c23d3a4f208d6d18e9812370c4c (patch)
treeccf92112e0d52040f0b48e514cc2379f5a296a38 /.gitmodules
parentf7e99c3cef0a513c943a3f024b66961a9ecff3f2 (diff)
downloadgnunet-28b33c0057d66c23d3a4f208d6d18e9812370c4c.tar.gz
gnunet-28b33c0057d66c23d3a4f208d6d18e9812370c4c.zip
build: move source submodules to src subdir
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules
index 11631f6f7..13b037329 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,6 @@
1[submodule "contrib/gana"] 1[submodule "gana"]
2 path = contrib/gana 2 path = src/gana
3 url = git://git.gnunet.org/gana.git 3 url = git://git.gnunet.org/gana.git
4[submodule "doc/sphinx"] 4[submodule "handbook"]
5 path = contrib/sphinx 5 path = src/handbook
6 url = https://git.gnunet.org/gnunet-handbook 6 url = https://git.gnunet.org/gnunet-handbook