1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/misskey_ynh.git synced 2024-09-03 19:46:03 +02:00

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

[autopatch] Add Common Platform Enumeration id to `manifest.json`
This commit is contained in:
Éric Gaspar 2022-08-08 09:00:40 +02:00 committed by GitHub
commit 42bc0a8067
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,8 @@
"upstream": { "upstream": {
"license": "AGPL-3.0", "license": "AGPL-3.0",
"website": "https://misskey-hub.net/", "website": "https://misskey-hub.net/",
"code": "https://github.com/misskey-dev/misskey" "code": "https://github.com/misskey-dev/misskey",
"cpe": "cpe:2.3:a:misskey:misskey"
}, },
"license": "AGPL-3.0", "license": "AGPL-3.0",
"maintainer": { "maintainer": {
@ -41,4 +42,4 @@
} }
] ]
} }
} }