summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/appinfo
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2014-05-27 11:54:44 +0200
committerVincent Petry <pvince81@owncloud.com>2014-05-27 11:54:44 +0200
commitc64e920b4d6520cfe3638262d17aadfcb28936f4 (patch)
tree7728a035df14c3d092588256d1a334fd673d5a94 /apps/files_encryption/appinfo
parentd43a7c5f6ec2806c43c374d598c756a116c3d95b (diff)
downloadnextcloud-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_encryption/appinfo')
-rw-r--r--apps/files_encryption/appinfo/info.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_encryption/appinfo/info.xml b/apps/files_encryption/appinfo/info.xml
index 15a09a29f51..b11272f63e7 100644
--- a/apps/files_encryption/appinfo/info.xml
+++ b/apps/files_encryption/appinfo/info.xml
@@ -5,7 +5,7 @@
<description>The ownCloud files encryption system provides server side-encryption. After the app is enabled you need to re-login to initialize your encryption keys. Please note that server side encryption requires that the ownCloud server admin can be trusted. The main purpose of this app is the encryption of files that are stored on externally mounted storages.</description>
<licence>AGPL</licence>
<author>Sam Tuke, Bjoern Schiessle, Florin Peter</author>
- <require>4</require>
+ <requiremin>4</requiremin>
<shipped>true</shipped>
<documentation>
<user>http://doc.owncloud.org/server/6.0/user_manual/files/encryption.html</user>