From ce667964180d5c9b424d8b296d7a44c637727099 Mon Sep 17 00:00:00 2001 From: Peter Kolloch Date: Sun, 7 Jan 2024 19:18:45 +0100 Subject: [PATCH] Remove one keyword from Cargo metadata --- crate2nix/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crate2nix/Cargo.toml b/crate2nix/Cargo.toml index 6529a13a..af02f674 100644 --- a/crate2nix/Cargo.toml +++ b/crate2nix/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/nix-community/crate2nix" homepage = "https://nix-community.github.io/crate2nix/" documentation = "https://nix-community.github.io/crate2nix/" readme = "../README.md" -keywords = ["nixos", "nix", "cargo", "build", "ci", "cache"] +keywords = ["nix", "cargo", "build", "ci", "cache"] resolver = "2" [dependencies]