[FIX] agreement: maintainers must be a list

cc/ @max3903
This commit is contained in:
Stéphane Bidoul (ACSONE)
2018-10-19 08:13:40 +02:00
parent 551a98ccb8
commit b8611cd171

View File

@@ -39,5 +39,5 @@
],
'application': True,
'development_status': 'Beta',
'maintainers': 'max3903',
'maintainers': ['max3903'],
}