Skip to content

Commit

Permalink
[FIX] website_social_media_icon_style: fix license typo in manifest
Browse files Browse the repository at this point in the history
Replace 'licence' with 'license'.
  • Loading branch information
CLaurelB committed Feb 1, 2024
1 parent 1f2568d commit 3be8483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website_social_media_icon_style/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
],
},
'images': ['static/description/banner.jpg'],
'licence': 'AGPL-3',
'license': 'AGPL-3',
'installable': True,
'auto_install': False,
'application': False,
Expand Down

0 comments on commit 3be8483

Please sign in to comment.