summary refs log tree commit diff
path: root/pkgs/applications/window-managers/fvwm
diff options
context:
space:
mode:
authorEvan Danaher <github@edanaher.net>2017-04-06 09:05:32 -0400
committerEvan Danaher <github@edanaher.net>2017-04-06 09:05:32 -0400
commit841740bd3d5625ae3ba87574be16ba4c9e26316d (patch)
treef3883d5b725d5cae7683a01eeb5daf038894e83e /pkgs/applications/window-managers/fvwm
parent65593e64c480493555ae21050a422e4c7ff9c7ea (diff)
downloadnixpkgs-841740bd3d5625ae3ba87574be16ba4c9e26316d.tar
nixpkgs-841740bd3d5625ae3ba87574be16ba4c9e26316d.tar.gz
nixpkgs-841740bd3d5625ae3ba87574be16ba4c9e26316d.tar.bz2
nixpkgs-841740bd3d5625ae3ba87574be16ba4c9e26316d.tar.lz
nixpkgs-841740bd3d5625ae3ba87574be16ba4c9e26316d.tar.xz
nixpkgs-841740bd3d5625ae3ba87574be16ba4c9e26316d.tar.zst
nixpkgs-841740bd3d5625ae3ba87574be16ba4c9e26316d.zip
fvwm: add edanaher as maintainer
Diffstat (limited to 'pkgs/applications/window-managers/fvwm')
-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 b374c982931..f8c8a59f6f6 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 ];
   };
 }