From ce9c789fe6c26d01487fe37e968a8f88047e95e0 Mon Sep 17 00:00:00 2001 From: Michael Aaron Murphy Date: Wed, 10 Apr 2024 16:17:53 +0200 Subject: [PATCH] chore(hostname1): remove invalid Cargo keyword --- hostname1/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hostname1/Cargo.toml b/hostname1/Cargo.toml index 08cc1ef..530f3c2 100644 --- a/hostname1/Cargo.toml +++ b/hostname1/Cargo.toml @@ -6,11 +6,11 @@ repository = "https://github.com/pop-os/dbus-settings-bindings" edition = "2021" license = "MPL-2.0" categories = ["os::linux-apis"] -keywords = ["dbus", "hostname", "hostname1", "zbus", "org.freedesktop.hostname1"] +keywords = ["dbus", "hostname", "hostname1", "zbus", "freedesktop"] [dependencies] zbus = "3.0.0" [dev-dependencies] pico-args = "0.5.0" -tokio = { version = "1", features = ["full"] } \ No newline at end of file +tokio = { version = "1", features = ["full"] }