1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gogs_ynh.git synced 2024-09-03 20:36:23 +02:00

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

[autopatch] Add Common Platform Enumeration id to `manifest.json`
This commit is contained in:
yalh76 2022-10-05 22:42:44 +02:00 committed by GitHub
commit 5130c454ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,8 @@
"website": "http://gogs.io",
"demo": "https://try.gogs.io/user/login",
"admindoc": "https://gogs.io/docs",
"code": "https://github.com/gogs/gogs"
"code": "https://github.com/gogs/gogs",
"cpe": "cpe:2.3:a:gogs:gogs"
},
"license": "MIT",
"maintainer": {
@ -59,4 +60,4 @@
}
]
}
}
}