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;