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

github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrik Kernstock <info@pkern.at>2018-09-02 01:17:05 +0300
committerPatrik Kernstock <info@pkern.at>2018-09-02 01:17:05 +0300
commit02785d88d6394947b2abdcd331074ebcf7ba5112 (patch)
treeadde09f02834cd7eb88e95aaa7acdcca142e2239 /appinfo
parente41b870ac68b44fbf8c3cf767d2ee2facbbbcacd (diff)
Added required bugs-tag to appinfo xml file
Signed-off-by: Patrik Kernstock <info@pkern.at>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index a815d33..36e46c9 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -10,12 +10,13 @@
<author>Ivan Sein Santiago</author>
<namespace>ServerInfo</namespace>
<category>monitoring</category>
+ <bugs>https://github.com/nextcloud/serverinfo/issues</bugs>
+ <dependencies>
+ <nextcloud min-version="14" max-version="14" />
+ </dependencies>
<settings>
<admin>\OCA\ServerInfo\Settings\AdminSettings</admin>
<admin-section>\OCA\ServerInfo\Settings\AdminSection</admin-section>
</settings>
- <dependencies>
- <nextcloud min-version="14" max-version="14" />
- </dependencies>
<default_enable/>
</info>