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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <tsteur@users.noreply.github.com>2020-02-12 23:27:05 +0300
committerGitHub <noreply@github.com>2020-02-12 23:27:05 +0300
commitc82ed331933ebffac4279d5bd42cf5756b5b0098 (patch)
treeb74859f13aeb9621a5da6902b6bf1ca560b7282a /.gitmodules
parent73039fbdea1318d151a5417e394d56ab3e60a14d (diff)
Move Provider plugin to the Marketplace (#15552)
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules
index ddcd942601..fefdf57df8 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -57,7 +57,9 @@
[submodule "plugins/DeviceDetectorCache"]
path = plugins/DeviceDetectorCache
url = https://github.com/matomo-org/plugin-DeviceDetectorCache.git
-
+[submodule "plugins/Provider"]
+ path = plugins/Provider
+ url = https://github.com/matomo-org/plugin-Provider.git
# Add new Plugin submodule above this line ^^
#
@@ -72,4 +74,4 @@
path = plugins/Morpheus/icons
url = https://github.com/matomo-org/matomo-icons.git
-# Note: do not add new plugin submodules here, but a few lines above \ No newline at end of file
+# Note: do not add new plugin submodules here, but a few lines above