Skip to content

Commit 92dd6d9

Browse files
committed
Treat repology as tags
1 parent 4e23762 commit 92dd6d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/src/components/app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const resolver: { [key: string]: ResolverField } = {
2626
pkg_name: { label: "Package Name", type: "default" },
2727
pkg_id: { label: "Package ID", type: "default" },
2828
bsum: { label: "BLAKE3SUM", type: "hash" },
29-
repology: { label: "Repology", type: "category" },
29+
repology: { label: "Repology", type: "tags" },
3030
appstream: { label: "AppStream", type: "link" },
3131
license: { label: "License", type: "default" },
3232
snapshots: { label: "Snapshots", type: "version" },

0 commit comments

Comments
 (0)