From 2bf1fca5ac68b085bbc42f445731791cf5aa3b1b Mon Sep 17 00:00:00 2001 From: Mateo Diaz Date: Sat, 4 Feb 2023 08:02:49 -0800 Subject: [PATCH] Update pkgs/tools/wayland/swww/default.nix Co-authored-by: Adam Stephens <2071575+adamcstephens@users.noreply.github.com> --- pkgs/tools/wayland/swww/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/tools/wayland/swww/default.nix b/pkgs/tools/wayland/swww/default.nix index e33103aeb7f0..c5c4c94c2955 100644 --- a/pkgs/tools/wayland/swww/default.nix +++ b/pkgs/tools/wayland/swww/default.nix @@ -15,8 +15,7 @@ rustPlatform.buildRustPackage rec { doCheck = false; # Integration tests do not work in sandbox enviroment nativeBuildInputs = [ pkg-config ]; meta = with lib; { - description = - "Efficient animated wallpaper daemon for wayland, controlled at runtime"; + description = "Efficient animated wallpaper daemon for wayland, controlled at runtime"; homepage = "https://github.com/Horus645/swww"; license = licenses.gpl3; platforms = platforms.linux;