Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Adam <dev@robert-adam.de>2021-05-30 15:21:06 +0300
committerRobert Adam <dev@robert-adam.de>2021-06-01 09:26:51 +0300
commit2cd4635e85ba8629e98a956d1f73d99f2a166728 (patch)
treef7f56b8689baad07c1c8d705484be108fd6b04f9 /.gitmodules
parentb0cb7871df2feb4d53e2ceb28fe8cc0467342abc (diff)
MAINT: Integrate theme submodule
The theme is now integrated into the main repository. This facilitates future work on it as we don't have to work across two repositories. The theme is overtaken from https://github.com/mumble-voip/mumble-theme without any modifications to it. All file from there are copied to this repo now. The theme's directory was renamed from "Mumble" to "Default" in order to a) Make the name more descriptive b) Avoid conflicts updating already checked out workspaces (git would report conflicts if the new dir was called the same as the old one)
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules
index 06bc6a6b9..035044ac3 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -19,9 +19,6 @@
[submodule "3rdparty/rnnoise-src"]
path = 3rdparty/rnnoise-src
url = https://github.com/mumble-voip/rnnoise.git
-[submodule "themes/Mumble"]
- path = themes/Mumble
- url = https://github.com/mumble-voip/mumble-theme.git
[submodule "3rdparty/FindPythonInterpreter"]
path = 3rdparty/FindPythonInterpreter
url = https://github.com/Krzmbrzl/FindPythonInterpreter.git