1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/opentracker_ynh.git synced 2024-09-03 19:46:34 +02:00
opentracker_ynh/manifest.json
ericgaspar 973a4062f3
Fix
2021-01-27 18:56:02 +01:00

27 lines
580 B
JSON

{
"name": "OpenTracker",
"id": "opentracker",
"packaging_format": 1,
"description": {
"en": "Bittorrent tracker",
"fr": "Tracker Bittorrent"
},
"version": "1.0~ynh1",
"url": "http://erdgeist.org/arts/software/opentracker/",
"license": "Beerware",
"maintainer": {
"name": "liberodark",
"email": "liberodark@gmail.com"
},
"requirements": {
"yunohost": ">= 4.0.1"
},
"multi_instance": false,
"services": [
"nginx"
],
"arguments": {
"install": [
]
}
}