Skip to content

Commit f307944

Browse files
committed
Change nv cargo categories
To publish our crate, we must use official categories. In this case, "virtualization" specifically calls out containers and seems appropriate. Upstream: rust-lang/crates.io#8930 Signed-off-by: Brent Baude <[email protected]>
1 parent d57a0a1 commit f307944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ readme = "README.md"
88
description = "A container network stack"
99
homepage = "https://github.com/containers/netavark"
1010
repository = "https://github.com/containers/netavark"
11-
categories = ["containers", "networking", "podman"]
11+
categories = ["virtualization"]
1212
exclude = ["/.cirrus.yml", "/.github/*", "/hack/*"]
1313
build = "build.rs"
1414

0 commit comments

Comments
 (0)