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

github.com/pierre-alain-b/rainloop-nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Kinkade <nath@nkinka.de>2018-10-12 22:25:41 +0300
committerNathan Kinkade <kinkade@measurementlab.net>2020-02-13 06:58:47 +0300
commit23e4ec73bf2bcf858cfc4ee3cb08d8c3387af63e (patch)
tree635230fe7b98cec00735d41d922ab6727fa360f2
parentb87ca197115922a64e7ef4499e5ab9ed931b8fc6 (diff)
Removes duplicate <dependencies/> element and adds necessary <namespace/> element.
-rw-r--r--rainloop/appinfo/info.xml10
1 files changed, 3 insertions, 7 deletions
diff --git a/rainloop/appinfo/info.xml b/rainloop/appinfo/info.xml
index efa910b..4ab1741 100644
--- a/rainloop/appinfo/info.xml
+++ b/rainloop/appinfo/info.xml
@@ -7,18 +7,14 @@
<version>6.1.0</version>
<licence>agpl</licence>
<author>RainLoop Team, Nextgen-Networks, Tab Fitts, Pierre-Alain Bandinelli</author>
- <dependencies>
- <php min-version="5.4" />
- <owncloud min-version="6" max-version="9.2" />
- <nextcloud min-version="14" max-version="19" />
- </dependencies>
+ <namespace>RainLoop</namespace>
<documentation>
<user>https://github.com/pierre-alain-b/rainloop-nextcloud/blob/master/README.md</user>
<website>https://www.rainloop.net/</website>
</documentation>
<category>social</category>
- <category>tools</category>
- <screenshot>https://raw.githubusercontent.com/pierre-alain-b/rainloop-nextcloud/master/screenshots/2016.10.20-screenshot.jpg</screenshot>
+ <category>tools</category>
+ <screenshot>https://raw.githubusercontent.com/pierre-alain-b/rainloop-nextcloud/master/screenshots/2016.10.20-screenshot.jpg</screenshot>
<website>https://github.com/pierre-alain-b/rainloop-nextcloud</website>
<bugs>https://github.com/pierre-alain-b/rainloop-nextcloud/issues</bugs>
<screenshot>https://raw.githubusercontent.com/pierre-alain-b/rainloop-nextcloud/master/screenshots/2016.10.20-screenshot.jpg</screenshot>