maintainer-entry.nix

 1  # Paste this block into nixpkgs/maintainers/maintainer-list.nix
 2  # at the correct alphabetical position (between `andresilva` and `andrew-d`
 3  # or wherever `andr*` lands when you check the file).
 4  #
 5  # The key (`andrinoff`) must match `meta.maintainers = [ andrinoff ];`
 6  # in pkgs/by-name/ma/matcha/package.nix.
 7
 8  andrinoff = {
 9    name = "Drew Smirnoff";
10    email = "me@andrinoff.com";
11    github = "andrinoff";
12    githubId = 175145001;
13  };