summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/sway/default.nix10
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";
}