diff options
Diffstat (limited to 'apps/files_encryption/appinfo/info.xml')
-rw-r--r-- | apps/files_encryption/appinfo/info.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/files_encryption/appinfo/info.xml b/apps/files_encryption/appinfo/info.xml new file mode 100644 index 00000000000..a8db06aa3db --- /dev/null +++ b/apps/files_encryption/appinfo/info.xml @@ -0,0 +1,11 @@ +<?xml version="1.0"?> +<info> + <id>files_encryption</id> + <name>Encryption</name> + <description>Server side encryption of files</description> + <version>0.1</version> + <licence>AGPL</licence> + <author>Robin Appelman</author> + <require>3</require> + <default_enable/> +</info> |