diff options
author | Vincent Petry <pvince81@owncloud.com> | 2014-05-27 11:54:44 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2014-05-27 11:54:44 +0200 |
commit | c64e920b4d6520cfe3638262d17aadfcb28936f4 (patch) | |
tree | 7728a035df14c3d092588256d1a334fd673d5a94 /apps/files_sharing/appinfo/info.xml | |
parent | d43a7c5f6ec2806c43c374d598c756a116c3d95b (diff) | |
download | nextcloud-server-c64e920b4d6520cfe3638262d17aadfcb28936f4.tar.gz nextcloud-server-c64e920b4d6520cfe3638262d17aadfcb28936f4.zip |
Adjust core apps to use "requiremin" instead of "require"
Also added a few missing authors.
Diffstat (limited to 'apps/files_sharing/appinfo/info.xml')
-rw-r--r-- | apps/files_sharing/appinfo/info.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/appinfo/info.xml b/apps/files_sharing/appinfo/info.xml index 9b42c1e17b5..077433a53ab 100644 --- a/apps/files_sharing/appinfo/info.xml +++ b/apps/files_sharing/appinfo/info.xml @@ -4,8 +4,8 @@ <name>Share Files</name> <description>File sharing between users</description> <licence>AGPL</licence> - <author>Michael Gapczynski</author> - <require>4.93</require> + <author>Michael Gapczynski, Bjoern Schiessle</author> + <requiremin>4.93</requiremin> <shipped>true</shipped> <default_enable/> <types> |