diff options
author | noname <[email protected]> | 2025-02-27 15:12:34 +1100 |
---|---|---|
committer | noname <[email protected]> | 2025-03-03 22:06:48 +1100 |
commit | b635af1e723d82fe4ccb27f0d898822fafebae5d (patch) | |
tree | d059adf702feff770462407f03a90e53bd060764 | |
parent | bfceeb515a928de6ad901a1435b8e5bbc26eb64d (diff) |
test2
-rw-r--r-- | lib/sway/default.nix | 10 |
1 files changed, 5 insertions, 5 deletions
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"; } |