mirror of
https://github.com/YunoHost-Apps/gemserv_ynh.git
synced 2024-09-03 18:36:27 +02:00
29 lines
590 B
JSON
29 lines
590 B
JSON
{
|
|
"name": "Gemserv",
|
|
"id": "gemserv",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "A gemini server written in rust."
|
|
},
|
|
"version": "0.4.5~ynh1",
|
|
"url": "https://git.sr.ht/~int80h/gemserv/",
|
|
"upstream": {
|
|
"license": "MIT",
|
|
"code": "https://git.sr.ht/~int80h/gemserv"
|
|
},
|
|
"license": "MIT",
|
|
"maintainer": {
|
|
"name": "yalh76"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.1.3"
|
|
},
|
|
"multi_instance": false,
|
|
"services": [
|
|
""
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
]
|
|
}
|
|
}
|