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

github.com/nextcloud/files_downloadactivity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-01-13 13:36:44 +0300
committerJoas Schilling <coding@schilljs.com>2017-01-13 13:36:44 +0300
commit35e2955bbc1ef1b625a20eb376705c5d9c9d68c5 (patch)
tree1cb4ba5b06dd7692dafa3b7e9fbebb165313b38a /appinfo
parentf4d5dc2d68c77249037e4aaf27403fddc22fdca1 (diff)
Allow to install on 11
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml12
1 files changed, 9 insertions, 3 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index a02b2d9..23bd0d0 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,16 +5,22 @@
<description>Creates activities for downloads of shared files</description>
<licence>AGPL</licence>
<author>Joas Schilling</author>
+
+ <category>files</category>
+ <category>monitoring</category>
+
+ <website>https://github.com/nextcloud/files_downloadactivity</website>
+ <bugs>https://github.com/nextcloud/files_downloadactivity/issues</bugs>
+ <repository>https://github.com/nextcloud/files_downloadactivity</repository>
+
<version>1.0.0</version>
<namespace>FilesDownloadActivity</namespace>
- <category>other</category>
-
<types>
<filesystem/>
</types>
<dependencies>
- <owncloud min-version="9.2" max-version="9.2" />
+ <nextcloud min-version="11" max-version="11" />
</dependencies>
</info>