diff options
author | Slávek Banko <[email protected]> | 2022-12-23 09:57:36 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-12-23 09:57:36 +0100 |
commit | 47c7e062ce4378004b082623dcdc37954c4b7ab6 (patch) | |
tree | 07d3484dd51ba00e2f0c3af0661c6ddb89aeca73 | |
parent | 62d10bda43757603a65cd00161073aaf1fc19e3a (diff) | |
download | tde-47c7e062ce4378004b082623dcdc37954c4b7ab6.tar.gz tde-47c7e062ce4378004b082623dcdc37954c4b7ab6.zip |
Move python-tqt to pytqt
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | .gitmodules | 6 | ||||
m--------- | main/dependencies/pytqt (renamed from main/dependencies/python-tqt) | 0 | ||||
m--------- | packaging | 0 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 4db7e7e9d..479b26b76 100644 --- a/.gitmodules +++ b/.gitmodules @@ -49,9 +49,9 @@ [submodule "main/dependencies/tqscintilla"] path = main/dependencies/tqscintilla url = https://[email protected]/scm/git/tqscintilla -[submodule "main/dependencies/python-tqt"] - path = main/dependencies/python-tqt - url = https://[email protected]/scm/git/python-tqt +[submodule "main/dependencies/pytqt"] + path = main/dependencies/pytqt + url = https://[email protected]/scm/git/pytqt [submodule "main/dependencies/polkit-tqt"] path = main/dependencies/polkit-tqt url = https://[email protected]/scm/git/polkit-tqt diff --git a/main/dependencies/python-tqt b/main/dependencies/pytqt -Subproject bb6e249affc12a24490777d0e48fe862dbaeb92 +Subproject bb6e249affc12a24490777d0e48fe862dbaeb92 diff --git a/packaging b/packaging -Subproject d425ebeaf648d5acd07e45d499d06a124c2a468 +Subproject df9fe348849d8b19cfd7ba22580aa16db335f82 |