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/comments | |
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/comments')
-rw-r--r-- | apps/comments/appinfo/info.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/comments/appinfo/info.xml b/apps/comments/appinfo/info.xml index b10137b14f3..b67def1fb9d 100644 --- a/apps/comments/appinfo/info.xml +++ b/apps/comments/appinfo/info.xml @@ -4,7 +4,8 @@ <name>Comments</name> <description>Files app plugin to add comments to files</description> <licence>AGPL</licence> - <author>Arthur Schiwon, Vincent Petry</author> + <author>Arthur Schiwon</author> + <author>Vincent Petry</author> <default_enable/> <version>1.3.0</version> <dependencies> |