Browse Source

Merge branch 'testing' of ljf/wifiwithme_ynh into master

ljf 6 years ago
parent
commit
14e01a3981
1 changed files with 6 additions and 2 deletions
  1. 6 2
      manifest.json

+ 6 - 2
manifest.json

@@ -2,18 +2,22 @@
     "name": "Wifi with me",
     "id": "wifiwithme",
     "packaging_format": 1,
+    "version": "20160818~ynh1",
     "description": {
         "en": "A form and a map to take a census of people who want create a radio network.",
         "fr": "Formulaire & carte pour recenser les aspirant-e-s connecté-e-s à un réseau radio."
     },
+    "license": "WTFPL-2.0",
     "maintainer": {
         "name": "ljf",
-        "email": "ljf+yunohost@grimaud.me"
+        "email": "ljf+yunohost@grimaud.me",
+        "url": "https://www.arn-fai.net"
     },
+    "url": "https://code.ffdn.org/FFDN/wifi-with-me",
     "requirements": {
         "yunohost": ">> 2.4.0"
     },
-    "multi_instance": "false",
+    "multi_instance": false,
     "services": [
         "nginx"
     ],