summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Baude <bbaude@redhat.com>2024-08-01 12:07:42 -0500
committerPaul Holzinger <pholzing@redhat.com>2024-09-23 17:30:54 +0200
commit20979959af5e83559115a5b145d3fe1ddc1946f8 (patch)
tree80b583dcc96322fc1d6045f5d30e9ebdfd64913a
parent68d9dade815eead7d13dc31770e1cb9bb549f56b (diff)
Change av cargo categories
To publish our crate, we must use official categories. In this case, "virtualization" specifically calls out containers and seems appropriate. Upstream: https://github.com/rust-lang/crates.io/pull/8930 Signed-off-by: Brent Baude <bbaude@redhat.com>
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 55e671f..f854dfe 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,7 +9,7 @@ readme = "README.md"
description = "A container-focused DNS server"
homepage = "https://github.com/containers/aardvark-dns"
repository = "https://github.com/containers/aardvark-dns"
-categories = ["containers", "networking", "dns", "podman"]
+categories = ["virtualization"]
exclude = ["/.cirrus.yml", "/.github/*"]
[package.metadata.vendor-filter]