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

30 lines
599 B
JSON
Raw Normal View History

2021-07-07 21:27:30 +02:00
{
2021-07-10 17:25:49 +02:00
"name": "Gemserv",
"id": "gemserv",
2021-07-07 21:27:30 +02:00
"packaging_format": 1,
"description": {
2021-07-10 17:25:49 +02:00
"en": "A gemini server written in rust."
2021-07-07 21:27:30 +02:00
},
2021-07-10 17:25:49 +02:00
"version": "0.4.4~ynh1",
2021-07-11 19:16:01 +02:00
"url": "https://codeberg.org/Valenoern/gemserv",
2021-07-07 21:27:30 +02:00
"upstream": {
2021-07-10 17:25:49 +02:00
"license": "MIT",
"code": "https://codeberg.org/Valenoern/gemserv"
2021-07-07 21:27:30 +02:00
},
2021-07-10 17:25:49 +02:00
"license": "MIT",
2021-07-07 21:27:30 +02:00
"maintainer": {
2021-07-10 17:25:49 +02:00
"name": "yalh76"
2021-07-07 21:27:30 +02:00
},
"requirements": {
"yunohost": ">= 4.1.3"
},
2021-07-10 17:25:49 +02:00
"multi_instance": false,
2021-07-07 21:27:30 +02:00
"services": [
2021-07-10 17:25:49 +02:00
""
2021-07-07 21:27:30 +02:00
],
"arguments": {
"install" : [
]
}
}