diff options
author | Frank Karlitschek <frank@owncloud.org> | 2012-05-18 16:06:57 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2012-05-18 16:06:57 +0200 |
commit | 9e735241689a9ba6a7810f4873fe2bba548e4cc3 (patch) | |
tree | c7b74c3369d7a0a01351230fcc280bad21fedccc /apps/user_webfinger/appinfo | |
parent | 2d3c709163ae835e34e4f84144bc91ff796baa45 (diff) | |
download | nextcloud-server-9e735241689a9ba6a7810f4873fe2bba548e4cc3.tar.gz nextcloud-server-9e735241689a9ba6a7810f4873fe2bba548e4cc3.zip |
mark the apps as part of the shipped package and increase the requirement to ownCloud 4
Diffstat (limited to 'apps/user_webfinger/appinfo')
-rw-r--r-- | apps/user_webfinger/appinfo/info.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/user_webfinger/appinfo/info.xml b/apps/user_webfinger/appinfo/info.xml index fe1d4371863..4e28814a26c 100644 --- a/apps/user_webfinger/appinfo/info.xml +++ b/apps/user_webfinger/appinfo/info.xml @@ -5,5 +5,6 @@ <description>Provide WebFinger for all users so they get a user address like user@owncloudinstance which can be used for external applications. Other apps can provide information for webfinger requests, such as remoteStorage compatibility.</description> <licence>AGPL or MIT</licence> <author>Michiel de Jong, Florian Hülsmann</author> - <require>2</require> + <require>4</require> + <shipped>true</shipped> </info> |