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:
commit
5130c454ca
1 changed files with 3 additions and 2 deletions
|
@ -13,7 +13,8 @@
|
||||||
"website": "http://gogs.io",
|
"website": "http://gogs.io",
|
||||||
"demo": "https://try.gogs.io/user/login",
|
"demo": "https://try.gogs.io/user/login",
|
||||||
"admindoc": "https://gogs.io/docs",
|
"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",
|
"license": "MIT",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
@ -59,4 +60,4 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue