1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gemserv_ynh.git synced 2024-09-03 18:36:27 +02:00
gemserv_ynh/manifest.json
2022-01-07 00:29:13 +01:00

29 lines
590 B
JSON

{
"name": "Gemserv",
"id": "gemserv",
"packaging_format": 1,
"description": {
"en": "A gemini server written in rust."
},
"version": "0.6.3~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" : [
]
}
}