From ec6e64a371f41887c45c23a9a693cfe586e0616f Mon Sep 17 00:00:00 2001 From: John Chee Date: Sat, 11 Jul 2015 10:30:51 -0700 Subject: [PATCH] fzf: add magnetophon as a maintainer --- pkgs/tools/misc/fzf/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/misc/fzf/default.nix b/pkgs/tools/misc/fzf/default.nix index 938a72b74a79..6b703a3e902b 100644 --- a/pkgs/tools/misc/fzf/default.nix +++ b/pkgs/tools/misc/fzf/default.nix @@ -28,5 +28,6 @@ buildGoPackage rec { homepage = https://github.com/junegunn/fzf; description = "A command-line fuzzy finder written in Go"; license = licenses.mit; + maintainers = [ maintainers.magnetophon ]; }; }