summary refs log tree commit diff
path: root/pkgs/applications/window-managers
diff options
context:
space:
mode:
authorDomen Kožar <domen@enlambda.com>2017-04-06 15:28:48 +0200
committerGitHub <noreply@github.com>2017-04-06 15:28:48 +0200
commit7cef3e45b22097e72bdefb5c5d67c4d1d6e17dde (patch)
treee91e3619b77f3dfa0863f36d77f741176ffcf9aa /pkgs/applications/window-managers
parent5861ba39a3fc54605cb65006b725d9b45f8832b0 (diff)
parent841740bd3d5625ae3ba87574be16ba4c9e26316d (diff)
downloadnixlib-7cef3e45b22097e72bdefb5c5d67c4d1d6e17dde.tar
nixlib-7cef3e45b22097e72bdefb5c5d67c4d1d6e17dde.tar.gz
nixlib-7cef3e45b22097e72bdefb5c5d67c4d1d6e17dde.tar.bz2
nixlib-7cef3e45b22097e72bdefb5c5d67c4d1d6e17dde.tar.lz
nixlib-7cef3e45b22097e72bdefb5c5d67c4d1d6e17dde.tar.xz
nixlib-7cef3e45b22097e72bdefb5c5d67c4d1d6e17dde.tar.zst
nixlib-7cef3e45b22097e72bdefb5c5d67c4d1d6e17dde.zip
Merge pull request #24678 from edanaher/add-fvwm-maintainer
fvwm: add edanaher as maintainer
Diffstat (limited to 'pkgs/applications/window-managers')
-rw-r--r--pkgs/applications/window-managers/fvwm/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/window-managers/fvwm/default.nix b/pkgs/applications/window-managers/fvwm/default.nix
index b374c9829318..f8c8a59f6f61 100644
--- a/pkgs/applications/window-managers/fvwm/default.nix
+++ b/pkgs/applications/window-managers/fvwm/default.nix
@@ -26,5 +26,6 @@ stdenv.mkDerivation rec {
     description = "A multiple large virtual desktop window manager";
     license = stdenv.lib.licenses.gpl2Plus;
     platforms = stdenv.lib.platforms.linux;
+    maintainers = with stdenv.lib.maintainers; [ edanaher ];
   };
 }