summary refs log tree commit diff
path: root/pkgs/applications/window-managers
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2022-01-14 23:45:54 +0100
committerGitHub <noreply@github.com>2022-01-14 23:45:54 +0100
commit297cb6514fbc8a547438319d2eaa4ce6b98c856a (patch)
tree0bbc32024c43f34ecfc0ab9dabac541069cf4633 /pkgs/applications/window-managers
parentfd7e851613488b079af50cbb4217d9ad6d7cd580 (diff)
parente9efbc0bbb222cc90d14ba919f77bb198dd2d55f (diff)
downloadnixpkgs-297cb6514fbc8a547438319d2eaa4ce6b98c856a.tar
nixpkgs-297cb6514fbc8a547438319d2eaa4ce6b98c856a.tar.gz
nixpkgs-297cb6514fbc8a547438319d2eaa4ce6b98c856a.tar.bz2
nixpkgs-297cb6514fbc8a547438319d2eaa4ce6b98c856a.tar.lz
nixpkgs-297cb6514fbc8a547438319d2eaa4ce6b98c856a.tar.xz
nixpkgs-297cb6514fbc8a547438319d2eaa4ce6b98c856a.tar.zst
nixpkgs-297cb6514fbc8a547438319d2eaa4ce6b98c856a.zip
Merge pull request #153741 from primeos/nixos-tests-tinywl
nixos/tests/tinywl: init
Diffstat (limited to 'pkgs/applications/window-managers')
-rw-r--r--pkgs/applications/window-managers/tinywl/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/window-managers/tinywl/default.nix b/pkgs/applications/window-managers/tinywl/default.nix
index 965ec67b6e9..b89d9dafd90 100644
--- a/pkgs/applications/window-managers/tinywl/default.nix
+++ b/pkgs/applications/window-managers/tinywl/default.nix
@@ -21,7 +21,7 @@ stdenv.mkDerivation {
   meta = with lib; {
     homepage = "https://github.com/swaywm/wlroots/tree/master/tinywl";
     description = ''A "minimum viable product" Wayland compositor based on wlroots'';
-    maintainers = with maintainers; [ qyliss ];
+    maintainers = with maintainers; [ qyliss ] ++ wlroots.meta.maintainers;
     license = licenses.cc0;
     inherit (wlroots.meta) platforms;
   };