diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-12-23 09:56:29 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-12-23 09:56:29 +0100 |
commit | 6e587159449ca2ba4ff62eaa80c766200fc05f15 (patch) | |
tree | 076c0817da56c9f45a5169da61cfc6c562309416 /.gitmodules | |
parent | e27e55a17015235fe9430678ce8a621f14bfaa3a (diff) | |
download | tde-6e587159449ca2ba4ff62eaa80c766200fc05f15.tar.gz tde-6e587159449ca2ba4ff62eaa80c766200fc05f15.zip |
Move python-tqt to pytqt
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 2fb5b4b3b..993a5283f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -52,9 +52,9 @@ [submodule "main/dependencies/tqscintilla"] path = main/dependencies/tqscintilla url = https://system@scm.trinitydesktop.org/scm/git/tqscintilla -[submodule "main/dependencies/python-tqt"] - path = main/dependencies/python-tqt - url = https://system@scm.trinitydesktop.org/scm/git/python-tqt +[submodule "main/dependencies/pytqt"] + path = main/dependencies/pytqt + url = https://system@scm.trinitydesktop.org/scm/git/pytqt [submodule "main/dependencies/polkit-tqt"] path = main/dependencies/polkit-tqt url = https://system@scm.trinitydesktop.org/scm/git/polkit-tqt |