diff options
Diffstat (limited to 'apps/user_webfinger/appinfo/info.xml')
-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> |