From b635af1e723d82fe4ccb27f0d898822fafebae5d Mon Sep 17 00:00:00 2001 From: noname Date: Thu, 27 Feb 2025 15:12:34 +1100 Subject: test2 --- lib/sway/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lib') diff --git a/lib/sway/default.nix b/lib/sway/default.nix index 17bf67a..9c81bc9 100644 --- a/lib/sway/default.nix +++ b/lib/sway/default.nix @@ -4,12 +4,12 @@ ... }: mkAstalPkg { - pname = "astal-battery"; + pname = "astal-sway"; src = ./.; packages = [pkgs.json-glib]; - libname = "battery"; - authors = "Aylur"; - gir-suffix = "Battery"; - description = "DBus proxy for upowerd devices"; + libname = "sway"; + authors = "Noname"; + gir-suffix = "Sway"; + description = "IPC client for Sway"; } -- cgit v1.2.3