mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
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:
parent
d7f5386474
commit
4b2c7fb106
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue