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).
This commit is contained in:
Michael Weiss
2020-11-03 20:01:28 +01:00
parent d7f5386474
commit 4b2c7fb106

View File

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