fzf: add magnetophon as a maintainer

This commit is contained in:
John Chee 2015-07-11 10:30:51 -07:00
parent 9e2da99cc7
commit ec6e64a371

View file

@ -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 ];
};
}