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

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

[autopatch] Add Common Platform Enumeration id to `manifest.json`
This commit is contained in:
yalh76 2022-10-19 01:02:09 +02:00 committed by GitHub
commit 2e8c66f67b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,8 @@
"website": "https://www.kimai.org", "website": "https://www.kimai.org",
"demo": "https://www.kimai.org/demo/", "demo": "https://www.kimai.org/demo/",
"admindoc": "https://www.kimai.org/documentation/", "admindoc": "https://www.kimai.org/documentation/",
"code": "https://github.com/kevinpapst/kimai2" "code": "https://github.com/kevinpapst/kimai2",
"cpe": "cpe:2.3:a:kimai:kimai_2"
}, },
"license": "MIT", "license": "MIT",
"maintainer": { "maintainer": {
@ -66,4 +67,4 @@
} }
] ]
} }
} }