1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/code-server_ynh.git synced 2024-09-03 18:16:28 +02:00

[autopatch] Add Common Platform Enumeration id to manifest.json

This commit is contained in:
Yunohost-Bot 2022-08-07 20:05:50 +02:00 committed by Alexandre Aubin
parent 6ed55c6127
commit f11818883f

View file

@ -12,7 +12,8 @@
"license": "MIT",
"admindoc": "https://coder.com/docs/code-server/latest",
"userdoc": "https://coder.com/docs/code-server/latest/FAQ",
"code": "https://github.com/coder/code-server"
"code": "https://github.com/coder/code-server",
"cpe": "cpe:2.3:a:coder:code-server"
},
"license": "MIT",
"maintainer": {
@ -37,4 +38,4 @@
}
]
}
}
}