From 8bddf10e9daab19b460d5e38eca829556076f3ca Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Thu, 21 Aug 2025 20:30:23 -0400 Subject: [PATCH] Fix description. --- nix/configuration/roles/amd_s2idle/cysystemd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/configuration/roles/amd_s2idle/cysystemd.nix b/nix/configuration/roles/amd_s2idle/cysystemd.nix index 1522c9a..0337b98 100644 --- a/nix/configuration/roles/amd_s2idle/cysystemd.nix +++ b/nix/configuration/roles/amd_s2idle/cysystemd.nix @@ -68,7 +68,7 @@ python3.pkgs.buildPythonPackage { # ''; meta = with lib; { - description = " systemd wrapper on Cython"; + description = "systemd wrapper on Cython"; homepage = "https://github.com/mosquito/cysystemd"; license = licenses.asl20; platforms = platforms.linux;