Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 6dc7013

Browse files
committed
Fixed tags
1 parent 8d489fc commit 6dc7013

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/jb/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: jb
22
version: "0.5.1"
33
check: ${binary} --version 2>&1 | tr -d v
44
tags:
5-
- category/?
5+
- templating
66
- lang/go
77
homepage: https://github.com/jsonnet-bundler/jsonnet-bundler
88
description: Jsonnet package manager

tools/jsonnet/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: "0.19.1"
33
check: ${binary} --version | cut -d' ' -f6 | tr -d v
44
tags:
55
- org/google
6-
- category/?
6+
- templating
77
- langgo
88
homepage: https://github.com/google/go-jsonnet
99
description: Data templating language. Implementation of Jsonnet in pure Go

0 commit comments

Comments
 (0)