From 98924a17f9ea5b35c5eb5b5d6fbf2c5e8945f9f6 Mon Sep 17 00:00:00 2001 From: Christian Tismer Date: Sat, 19 Sep 2015 20:55:35 +0200 Subject: renaming the sub-modules, to have a fixed pyside2 name. --- .gitmodules | 12 ++++++------ 1 file 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 -- cgit v1.2.3