google-chrome: Add myself as maintainer

Mainly to get pinged on PRs/issues as well.
This commit is contained in:
Michael Weiss 2020-10-29 13:40:12 +01:00
parent 75b92ef1a1
commit a90362c888
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83

View File

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