mirror of
https://github.com/YunoHost-Apps/gogs_ynh.git
synced 2024-09-03 20:36:23 +02:00
Fix linter warning
This commit is contained in:
parent
ea10ea8d18
commit
e943e22088
1 changed files with 5 additions and 6 deletions
|
@ -1,15 +1,14 @@
|
|||
{
|
||||
"package_format": 1,
|
||||
"name": "Gogs",
|
||||
"id": "gogs",
|
||||
"packaging_format": 1,
|
||||
"description": {
|
||||
"en": "Lightweight git forge",
|
||||
"fr": "Forge git légère"
|
||||
"en": "Lightweight Git forge",
|
||||
"fr": "Forge Git légère"
|
||||
},
|
||||
"url": "http://gogs.io",
|
||||
"license": "MIT",
|
||||
"version": "0.11.66~ynh1",
|
||||
"version": "0.11.66~ynh2",
|
||||
"maintainer": {
|
||||
"name": "Josué Tille",
|
||||
"email": "josue@tille.ch"
|
||||
|
@ -24,7 +23,7 @@
|
|||
"mysql"
|
||||
],
|
||||
"requirements": {
|
||||
"yunohost": ">= 2.7.12"
|
||||
"yunohost": ">= 3.8.1"
|
||||
},
|
||||
"arguments": {
|
||||
"install" : [
|
||||
|
|
Loading…
Add table
Reference in a new issue