summary refs log tree commit diff
path: root/pkgs/applications/window-managers
diff options
context:
space:
mode:
authorBran <71175207+branwright1@users.noreply.github.com>2021-05-16 20:15:44 +0200
committerGitHub <noreply@github.com>2021-05-16 14:15:44 -0400
commitbc9098d60d47b797d1943b98b16ac29437a37823 (patch)
treef87a15e9b03a36351aa2010ca00a9c1c2e378619 /pkgs/applications/window-managers
parent0e5545a108ce765273dce8a442b44e15983abc59 (diff)
downloadnixpkgs-bc9098d60d47b797d1943b98b16ac29437a37823.tar
nixpkgs-bc9098d60d47b797d1943b98b16ac29437a37823.tar.gz
nixpkgs-bc9098d60d47b797d1943b98b16ac29437a37823.tar.bz2
nixpkgs-bc9098d60d47b797d1943b98b16ac29437a37823.tar.lz
nixpkgs-bc9098d60d47b797d1943b98b16ac29437a37823.tar.xz
nixpkgs-bc9098d60d47b797d1943b98b16ac29437a37823.tar.zst
nixpkgs-bc9098d60d47b797d1943b98b16ac29437a37823.zip
river: remove branwright1 as maintainer (#123266)
Diffstat (limited to 'pkgs/applications/window-managers')
-rw-r--r--pkgs/applications/window-managers/river/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/window-managers/river/default.nix b/pkgs/applications/window-managers/river/default.nix
index e82f290169c..a7331aa39af 100644
--- a/pkgs/applications/window-managers/river/default.nix
+++ b/pkgs/applications/window-managers/river/default.nix
@@ -43,6 +43,6 @@ stdenv.mkDerivation rec {
     description = "A dynamic tiling wayland compositor";
     license = licenses.gpl3Plus;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ branwright1 ];
+    maintainers = with maintainers; [ ];
   };
 }