1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/syncthing_ynh.git synced 2024-09-03 20:26:23 +02:00

Merge pull request #13 from YunoHost-Apps/testing

Adding maintainer
This commit is contained in:
yalh76 2019-05-23 21:44:29 +02:00 committed by GitHub
commit 571623f6ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,10 +9,15 @@
"version": "1.1.1~ynh1",
"url": "https://syncthing.net/",
"license": "MPL-2.0",
"maintainer": {
"name": "txmrl",
"email": "txmrl@txmrl.net"
},
"maintainer": [
{
"name": "txmrl",
"email": "txmrl@txmrl.net"
},
{
"name": "yalh76"
}
],
"requirements": {
"yunohost": ">= 3.5"
},