From 01c2ac927a4972942ac5b03d34e2d4026ee19d46 Mon Sep 17 00:00:00 2001 From: Sage Raflik Date: Fri, 28 May 2021 13:06:29 -0500 Subject: [PATCH] dwm: added neonfuz as maintainer (cherry picked from commit d4bfc63516385d29f6b300caa945228beeed7244) --- pkgs/applications/window-managers/dwm/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/window-managers/dwm/default.nix b/pkgs/applications/window-managers/dwm/default.nix index 2c3ed2e47e8..088581b6701 100644 --- a/pkgs/applications/window-managers/dwm/default.nix +++ b/pkgs/applications/window-managers/dwm/default.nix @@ -40,7 +40,7 @@ stdenv.mkDerivation rec { tags. ''; license = licenses.mit; - maintainers = with maintainers; [ viric ]; + maintainers = with maintainers; [ viric neonfuz ]; platforms = platforms.all; }; }