diff options
author | Vincent Petry <pvince81@owncloud.com> | 2016-01-20 12:26:50 +0100 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2016-01-20 12:26:50 +0100 |
commit | 38cacd940514a44062514b9d21d83deb0508f991 (patch) | |
tree | 1ba21d39e39e3b3a1671255fb685b17b9c0ace16 /apps/systemtags | |
parent | cc0f0a940eefff08116744cedd0621a4e1d7bb24 (diff) | |
download | nextcloud-server-38cacd940514a44062514b9d21d83deb0508f991.tar.gz nextcloud-server-38cacd940514a44062514b9d21d83deb0508f991.zip |
Fix app metadata/test issues for system tags app
Diffstat (limited to 'apps/systemtags')
-rw-r--r-- | apps/systemtags/appinfo/info.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/systemtags/appinfo/info.xml b/apps/systemtags/appinfo/info.xml index f2464f04136..48c8a2212ed 100644 --- a/apps/systemtags/appinfo/info.xml +++ b/apps/systemtags/appinfo/info.xml @@ -5,12 +5,11 @@ <description>System-wide tags user interface</description> <licence>AGPL</licence> <author>Vincent Petry</author> - <shipped>true</shipped> - <standalone/> <default_enable/> <version>0.1</version> <dependencies> <owncloud min-version="9.0" /> + <owncloud max-version="9.0" /> </dependencies> <documentation> <user>user-systemtags</user> |