Browse Source

[FIX] website_social_media_icon_style: fix license typo in manifest

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

2
website_social_media_icon_style/__manifest__.py

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

Loading…
Cancel
Save