mirror of
https://github.com/YunoHost-Apps/phpservermon_ynh.git
synced 2024-09-03 19:56:40 +02:00
Fix URLs in manifest.json
This commit is contained in:
parent
67363d270f
commit
05c2609db7
1 changed files with 3 additions and 3 deletions
|
@ -10,8 +10,8 @@
|
||||||
"url": "www.phpservermonitor.org",
|
"url": "www.phpservermonitor.org",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"website": "www.phpservermonitor.org",
|
"website": "https://www.phpservermonitor.org/",
|
||||||
"admindoc": "http://docs.phpservermonitor.org/en/latest/",
|
"admindoc": "https://docs.phpservermonitor.org/en/latest/",
|
||||||
"userdoc": "https://yunohost.org/apps",
|
"userdoc": "https://yunohost.org/apps",
|
||||||
"code": "https://github.com/phpservermon/phpservermon/",
|
"code": "https://github.com/phpservermon/phpservermon/",
|
||||||
"cpe": "cpe:2.3:a:phpservermonitor:php_server_monitor"
|
"cpe": "cpe:2.3:a:phpservermonitor:php_server_monitor"
|
||||||
|
@ -54,4 +54,4 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue