summary refs log tree commit diff
path: root/pkgs/applications/window-managers/sway
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2022-06-23 03:20:37 +0200
committerajs124 <git@ajs124.de>2022-06-29 00:49:27 +0200
commitb8383e8c90e9d592e952a454fcee63ba58e24688 (patch)
tree2b8c818f3d99f10cb38890cb95cd0254a0177436 /pkgs/applications/window-managers/sway
parent8a8a0ad0aa31e09d129025be7b69525fbd7307b1 (diff)
downloadnixpkgs-b8383e8c90e9d592e952a454fcee63ba58e24688.tar
nixpkgs-b8383e8c90e9d592e952a454fcee63ba58e24688.tar.gz
nixpkgs-b8383e8c90e9d592e952a454fcee63ba58e24688.tar.bz2
nixpkgs-b8383e8c90e9d592e952a454fcee63ba58e24688.tar.lz
nixpkgs-b8383e8c90e9d592e952a454fcee63ba58e24688.tar.xz
nixpkgs-b8383e8c90e9d592e952a454fcee63ba58e24688.tar.zst
nixpkgs-b8383e8c90e9d592e952a454fcee63ba58e24688.zip
sway-contrib.grimshot: fix meta.maintainers
Diffstat (limited to 'pkgs/applications/window-managers/sway')
-rw-r--r--pkgs/applications/window-managers/sway/contrib.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/applications/window-managers/sway/contrib.nix b/pkgs/applications/window-managers/sway/contrib.nix
index a221eb7a8e6..499713f966a 100644
--- a/pkgs/applications/window-managers/sway/contrib.nix
+++ b/pkgs/applications/window-managers/sway/contrib.nix
@@ -62,10 +62,7 @@ grimshot = stdenv.mkDerivation rec {
     homepage = "https://github.com/swaywm/sway/tree/master/contrib";
     license = licenses.mit;
     platforms = platforms.all;
-    maintainers = with maintainers; [
-      sway-unwrapped.meta.maintainers
-      evils
-    ];
+    maintainers = sway-unwrapped.meta.maintainers ++ (with maintainers; [ evils ]);
   };
 };