aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Tismer <ctismer@gmail.com>2015-09-19 20:55:35 +0200
committerChristian Tismer <ctismer@gmail.com>2015-09-19 20:58:25 +0200
commit98924a17f9ea5b35c5eb5b5d6fbf2c5e8945f9f6 (patch)
treed91216e558cf47a07728feb0795877f61b29079d
parent2b737ff8faea49383e5574a07e45809c5509a1b5 (diff)
renaming the sub-modules, to have a fixed pyside2 name.2.0.0.dev0
-rw-r--r--.gitmodules12
1 files changed, 6 insertions, 6 deletions
diff --git a/.gitmodules b/.gitmodules
index f23e1853b..fc1942d8c 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -4,9 +4,9 @@
[submodule "sources/shiboken2"]
path = sources/shiboken2
url=https://github.com/PySide/shiboken2.git
-[submodule "sources/pyside-tools2"]
- path = sources/pyside-tools2
- url=https://github.com/PySide/pyside-tools2.git
-[submodule "sources/pyside-examples2"]
- path = sources/pyside-examples2
- url=https://github.com/PySide/pyside-examples2.git
+[submodule "sources/pyside2-tools"]
+ path = sources/pyside2-tools
+ url=https://github.com/PySide/pyside2-tools.git
+[submodule "sources/pyside2-examples"]
+ path = sources/pyside2-examples
+ url=https://github.com/PySide/pyside2-examples.git