fix: wrong Chocolatey title field (#5334)
This commit is contained in:
parent
4cb1feff91
commit
01e631b784
|
|
@ -43,7 +43,7 @@ module.exports = async (ctx) => {
|
|||
const items = pick_versions(raw);
|
||||
|
||||
const rsshub_object = {
|
||||
name: software_name,
|
||||
title: software_name,
|
||||
link: software_link,
|
||||
item: items.map((i) => {
|
||||
const link = `https://chocolatey.org/packages/${software_name}/${i.version}`;
|
||||
|
|
|
|||
Loading…
Reference in New Issue