Update license mention in settings
This commit is contained in:
parent
12ab153c8e
commit
090c8c1a76
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
}
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue