diff options
author | Robin Appelman <robin@icewind.nl> | 2018-11-23 15:26:32 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2018-11-29 21:47:38 +0100 |
commit | 77d835ffb82c340def73e65dfa1b54b630ec89cc (patch) | |
tree | 105fe098c68ca131afd4e2f37b559b259cc95d6b /apps | |
parent | a915594b03757a9e7f3f0a266dd29003ac6dd7d0 (diff) | |
download | nextcloud-server-77d835ffb82c340def73e65dfa1b54b630ec89cc.tar.gz nextcloud-server-77d835ffb82c340def73e65dfa1b54b630ec89cc.zip |
update compatible versions for cloud federation api
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/cloud_federation_api/appinfo/info.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/cloud_federation_api/appinfo/info.xml b/apps/cloud_federation_api/appinfo/info.xml index 08b02737232..49e79149976 100644 --- a/apps/cloud_federation_api/appinfo/info.xml +++ b/apps/cloud_federation_api/appinfo/info.xml @@ -4,7 +4,7 @@ <id>cloud_federation_api</id> <name>Cloud Federation API</name> <summary>Enable clouds to communicate with each other and exchange data</summary> - <description>The Cloud Federation API enabled various Nextcloud instances to communitcate with each other and to exchange data</description> + <description>The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data.</description> <version>0.2.0</version> <licence>agpl</licence> <author>Bjoern Schiessle</author> |