Skip to content

Commit 71012ec

Browse files
committed
fix(catalog): set vhs category to go with go_bin target_dir
Signed-off-by: Sebastian Mendel <sebastian.mendel@netresearch.de> Signed-off-by: Sebastian Mendel <info@sebastianmendel.de>
1 parent 5ca353b commit 71012ec

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

catalog/vhs.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "vhs",
3-
"category": "general",
3+
"category": "go",
44
"install_method": "github_release_binary",
55
"description": "CLI home video recorder - write terminal GIFs as code",
66
"homepage": "https://github.com/charmbracelet/vhs",
77
"github_repo": "charmbracelet/vhs",
88
"binary_name": "vhs",
9+
"target_dir": "go_bin",
910
"download_url_template": "https://github.com/charmbracelet/vhs/releases/download/{version}/vhs_{version_nov}_Linux_{arch}.tar.gz",
1011
"arch_map": {
1112
"x86_64": "x86_64",

0 commit comments

Comments
 (0)