diff --git a/friends_map/settings.py b/friends_map/settings.py index 61cea85..156e828 100644 --- a/friends_map/settings.py +++ b/friends_map/settings.py @@ -149,8 +149,8 @@ APP = { }, 'licences': { 'source': { - 'code': "GPL v3", - 'url_license': "http://www.gnu.org/licenses/gpl-3.0.html", + 'code': "MIT", + 'url_license': "https://opensource.org/licenses/MIT", } }, },