1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/transmission_ynh.git synced 2024-09-04 01:46:12 +02:00

Fix license in manifest.json

Removed a beginning space causing package_linter error
This commit is contained in:
Côme Chilliet 2018-06-17 21:56:21 +02:00
parent f5d90ddd91
commit 8f55519f2f

View file

@ -8,7 +8,7 @@
},
"version": "1.0",
"url": "https://www.transmissionbt.com/",
"license": " GPL-3.0",
"license": "GPL-3.0",
"maintainer": {
"name": "Apps Group",
"email": "apps_group@yunohost.org"