From 3be84836c8eca9b1d9301509cdb1d165e40b5881 Mon Sep 17 00:00:00 2001 From: "Christihan Laurel [Vauxoo]" Date: Thu, 1 Feb 2024 18:49:04 +0000 Subject: [PATCH] [FIX] website_social_media_icon_style: fix license typo in manifest Replace 'licence' with 'license'. --- website_social_media_icon_style/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website_social_media_icon_style/__manifest__.py b/website_social_media_icon_style/__manifest__.py index 46a96c3074..b5979c2fe4 100644 --- a/website_social_media_icon_style/__manifest__.py +++ b/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,