diff options
author | Joas Schilling <coding@schilljs.com> | 2017-05-22 10:39:49 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2017-05-22 10:39:49 +0200 |
commit | 3ec9d91bd04efb9c93a5540025491867f0e3ba5d (patch) | |
tree | 1656d6abb2e36763e088c01d55a589a89637788a /apps/federatedfilesharing | |
parent | bc8fbc1a678725dc9677a6c1a25cd693eca81286 (diff) | |
download | nextcloud-server-3ec9d91bd04efb9c93a5540025491867f0e3ba5d.tar.gz nextcloud-server-3ec9d91bd04efb9c93a5540025491867f0e3ba5d.zip |
Split multi-author entries
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/federatedfilesharing')
-rw-r--r-- | apps/federatedfilesharing/appinfo/info.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/federatedfilesharing/appinfo/info.xml b/apps/federatedfilesharing/appinfo/info.xml index 541f75dfea5..aaacf3ec80e 100644 --- a/apps/federatedfilesharing/appinfo/info.xml +++ b/apps/federatedfilesharing/appinfo/info.xml @@ -4,7 +4,8 @@ <name>Federated file sharing</name> <description>Provide federated file sharing across servers</description> <licence>AGPL</licence> - <author>Bjoern Schiessle, Roeland Jago Douma</author> + <author>Bjoern Schiessle</author> + <author>Roeland Jago Douma</author> <version>1.3.0</version> <namespace>FederatedFileSharing</namespace> <category>other</category> |