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 00:58:51 +0300
committerPatrik Kernstock <info@pkern.at>2018-09-02 00:58:51 +0300
commite41b870ac68b44fbf8c3cf767d2ee2facbbbcacd (patch)
treea3b4eed19bf2c2f56fd069a95b6e2e7bfd262ea9 /appinfo
parentfa34787060d838733657cdea4b8d732b3e2a5583 (diff)
Change category, changes to fit appinfo schema
Signed-off-by: Patrik Kernstock <info@pkern.at>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index a8ab70f..a815d33 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,17 +5,17 @@
<summary>Monitoring app with useful server information</summary>
<description>Provides useful server information, such as CPU load, RAM usage, disk usage, number of users, etc.</description>
<version>1.4.0</version>
- <licence>AGPL</licence>
+ <licence>agpl</licence>
<author>Bjoern Schiessle</author>
<author>Ivan Sein Santiago</author>
<namespace>ServerInfo</namespace>
- <category>other</category>
- <dependencies>
- <nextcloud min-version="14" max-version="14" />
- </dependencies>
- <default_enable/>
+ <category>monitoring</category>
<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>