Skip to content

Commit 934c5d5

Browse files
baudemheon
authored andcommitted
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 <bbaude@redhat.com>
1 parent 8d6ab5c commit 934c5d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
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)