Localize the license's url

This commit is contained in:
Rodolphe Bréard 2023-08-11 19:12:55 +02:00
parent bf05d8ffb1
commit 6c585ac011
3 changed files with 6 additions and 4 deletions

View file

@ -19,6 +19,8 @@
"name": "Sub-Address KEy (SAKE) app",
"version": "Version: {version}",
"license": "License: {mit} or {apache}",
"license_mit_url": "https://en.wikipedia.org/wiki/MIT_License",
"license_apache_url": "https://en.wikipedia.org/wiki/Apache_License",
"repository": "Repository: {url}",
"close": "@:invariants.controls.close"
},

View file

@ -19,6 +19,8 @@
"name": "Sub-Address KEy (SAKE) app",
"version": "Version : {version}",
"license": "Licence : {mit} ou {apache}",
"license_mit_url": "https://fr.wikipedia.org/wiki/Licence_MIT",
"license_apache_url": "https://fr.wikipedia.org/wiki/Licence_Apache",
"repository": "Dépôt : {url}",
"close": "@:invariants.controls.close"
},