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
@ -59,6 +59,6 @@ in stdenv.mkDerivation {
|
|||||||
homepage = "https://gn.googlesource.com/gn";
|
homepage = "https://gn.googlesource.com/gn";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ stesie matthewbauer ];
|
maintainers = with maintainers; [ stesie matthewbauer primeos ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user