mirror of
https://github.com/YunoHost-Apps/nodered_ynh.git
synced 2024-09-03 19:46:25 +02:00
Merge branch 'testing' into fix-systemd
This commit is contained in:
commit
b0dd77448d
2 changed files with 4 additions and 2 deletions
|
@ -49,6 +49,7 @@ You can check the default settings Yunohost generates at `/opt/yunohost/nodered/
|
|||
**Shipped version:** 3.0.2~ynh2
|
||||
|
||||
|
||||
|
||||
## Screenshots
|
||||
|
||||

|
||||
|
|
|
@ -12,7 +12,8 @@
|
|||
"license": "Apache-2.0",
|
||||
"website": "https://nodered.org",
|
||||
"userdoc": "https://nodered.org/docs/",
|
||||
"code": "https://github.com/node-red/node-red"
|
||||
"code": "https://github.com/node-red/node-red",
|
||||
"cpe": "cpe:2.3:a:nodered:node-red-dashboard"
|
||||
},
|
||||
"license": "MIT",
|
||||
"maintainer": {
|
||||
|
@ -53,4 +54,4 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue