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

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolkan Gezer <volkangezer@gmail.com>2014-05-29 02:07:06 +0400
committerVolkan Gezer <volkangezer@gmail.com>2014-05-29 02:07:06 +0400
commit48cd804a88794ba0a5d42a25772a65e055be934a (patch)
treebcaea6bc24b0c56828a2a79547f6e4a93b4ea9d8 /user_webfinger
parent35f7032c17dbcad16adfcc424c89dce033673a97 (diff)
replace require tag with requiremin
Diffstat (limited to 'user_webfinger')
-rw-r--r--user_webfinger/appinfo/info.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_webfinger/appinfo/info.xml b/user_webfinger/appinfo/info.xml
index bbbfa26a8..32ab6f930 100644
--- a/user_webfinger/appinfo/info.xml
+++ b/user_webfinger/appinfo/info.xml
@@ -5,7 +5,7 @@
<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>4.93</require>
+ <requiremin>4.93</requiremin>
<shipped>true</shipped>
<public>
<host-meta>host-meta.php</host-meta>