gn: Add myself as maintainer

Since I maintain Chromium (I'll have to make sure that gnChromium always
builds and it would be good to get notified on any PRs/issues).
wip/yesman
Michael Weiss 4 years ago
parent d7f5386474
commit 4b2c7fb106
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83
  1. 2
      pkgs/development/tools/build-managers/gn/default.nix

@ -59,6 +59,6 @@ in stdenv.mkDerivation {
homepage = "https://gn.googlesource.com/gn";
license = licenses.bsd3;
platforms = platforms.unix;
maintainers = with maintainers; [ stesie matthewbauer ];
maintainers = with maintainers; [ stesie matthewbauer primeos ];
};
}

Loading…
Cancel
Save