diff options
Diffstat (limited to 'apps/files_versioning/appinfo/info.xml')
-rw-r--r-- | apps/files_versioning/appinfo/info.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/files_versioning/appinfo/info.xml b/apps/files_versioning/appinfo/info.xml new file mode 100644 index 00000000000..d5546be54ae --- /dev/null +++ b/apps/files_versioning/appinfo/info.xml @@ -0,0 +1,14 @@ +<?xml version="1.0"?> +<info> + <id>files_versioning</id> + <name>Versioning and Backup</name> + <version>1.0.0</version> + <licence>GPLv2</licence> + <author>Craig Roberts</author> + <require>3</require> + <description>Versions files using Git repositories, providing a simple backup facility. Currently in *beta* and explicitly without warranty of any kind.</description> + <default_enable/> + <types> + <filesystem/> + </types> +</info> |