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
2023-08-03 02:11:08 +02:00

28 lines
579 B
JSON

{
"name": "Gemserv",
"id": "gemserv",
"packaging_format": 1,
"description": {
"en": "A gemini server written in rust."
},
"version": "0.6.6~ynh6",
"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.3.0"
},
"multi_instance": false,
"services": [
""
],
"arguments": {
"install": []
}
}