From d16ae135e68264d4ebbceecaae8d3c9884ed3d39 Mon Sep 17 00:00:00 2001 From: drendog Date: Thu, 22 Aug 2024 01:56:49 +0200 Subject: [PATCH] chore: update cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4837395..45ac59e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" description = "A layer shell library crate with Slint UI" license = "AGPL-3.0-or-later" -repository = "https://codeberg.org/drendog/layer-shika" +repository = "https://codeberg.org/dyrland/layer-shika" readme = "README.md" keywords = [ "layer-shell", @@ -20,7 +20,7 @@ keywords = [ "wlroots", "sway", ] -categories = ["gui", "compositor"] +categories = ["GUI"] [lints.clippy] all = { level = "warn", priority = -1 }