1
0
Fork 0
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:
tituspijean 2022-09-04 12:21:37 +02:00 committed by GitHub
commit b0dd77448d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -49,6 +49,7 @@ You can check the default settings Yunohost generates at `/opt/yunohost/nodered/
**Shipped version:** 3.0.2~ynh2
## Screenshots
![Screenshot of Node-RED](./doc/screenshots/screenshot.jpg)

View file

@ -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 @@
}
]
}
}
}