summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-02-18 00:02:26 +0000
committerGitHub <noreply@github.com>2022-02-18 00:02:26 +0000
commit705cd79939733ef8dd51240fc94382de9e7cadb0 (patch)
treeb17489e34a25351a421e48e016b9bb4d5742ec84 /pkgs/desktops
parentfae9a3bb4f7461013f71df280e12ab70d2240ad2 (diff)
parentce06c6ae2cb88b3db7d090be23512bf046dfe284 (diff)
downloadnixpkgs-705cd79939733ef8dd51240fc94382de9e7cadb0.tar
nixpkgs-705cd79939733ef8dd51240fc94382de9e7cadb0.tar.gz
nixpkgs-705cd79939733ef8dd51240fc94382de9e7cadb0.tar.bz2
nixpkgs-705cd79939733ef8dd51240fc94382de9e7cadb0.tar.lz
nixpkgs-705cd79939733ef8dd51240fc94382de9e7cadb0.tar.xz
nixpkgs-705cd79939733ef8dd51240fc94382de9e7cadb0.tar.zst
nixpkgs-705cd79939733ef8dd51240fc94382de9e7cadb0.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/plasma-5/3rdparty/kwin/scripts/parachute.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/plasma-5/3rdparty/kwin/scripts/parachute.nix b/pkgs/desktops/plasma-5/3rdparty/kwin/scripts/parachute.nix
index d7816de3042..5de935b9ec2 100644
--- a/pkgs/desktops/plasma-5/3rdparty/kwin/scripts/parachute.nix
+++ b/pkgs/desktops/plasma-5/3rdparty/kwin/scripts/parachute.nix
@@ -30,7 +30,7 @@ mkDerivation rec {
   meta = with lib; {
     description = "Look at your windows and desktops from above.";
     license = licenses.gpl3Only;
-    maintainers = with maintainers; [ mjlbach ];
+    maintainers = with maintainers; [ ];
     inherit (src.meta) homepage;
     inherit (kwindowsystem.meta) platforms;
   };