mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
google-chrome: Add myself as maintainer
Mainly to get pinged on PRs/issues as well.
This commit is contained in:
parent
75b92ef1a1
commit
a90362c888
@ -150,7 +150,10 @@ in stdenv.mkDerivation {
|
||||
description = "A freeware web browser developed by Google";
|
||||
homepage = "https://www.google.com/chrome/browser/";
|
||||
license = licenses.unfree;
|
||||
maintainers = [ maintainers.msteen ];
|
||||
maintainers = with maintainers; [ primeos msteen ];
|
||||
# Note from primeos: By updating Chromium I also update Google Chrome and
|
||||
# will try to merge PRs and respond to issues but I'm not actually using
|
||||
# Google Chrome. msteen is the actual user/maintainer.
|
||||
platforms = [ "x86_64-linux" ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user