Browse Source

[FIX] hide_chatter: fix license typo in manifest

The typo 'licence' was replaced by 'license'.
pull/302/head
Christihan Laurel [Vauxoo] 2 years ago
parent
commit
f6cb8e52ff
  1. 2
      hide_chatter/__manifest__.py

2
hide_chatter/__manifest__.py

@ -41,7 +41,7 @@
],
},
'images': ['static/description/banner.jpg'],
'licence': 'AGPL-3',
'license': 'AGPL-3',
'installable': True,
'auto_install': False,
'application': False,

Loading…
Cancel
Save