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

Merge pull request #27 from yunohost-bot/add-cpe

[autopatch] Add Common Platform Enumeration id to `manifest.json`
This commit is contained in:
Tagada 2022-09-06 06:07:00 +02:00 committed by GitHub
commit 183961acca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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