google-chrome: Remove msteen from the list of maintainers (#105152)

This commit is contained in:
msteen 2020-11-27 16:44:59 +01:00 committed by GitHub
parent 0fab9bd68f
commit f98df98db3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -150,10 +150,10 @@ in stdenv.mkDerivation {
description = "A freeware web browser developed by Google";
homepage = "https://www.google.com/chrome/browser/";
license = licenses.unfree;
maintainers = with maintainers; [ primeos msteen ];
maintainers = with maintainers; [ primeos ];
# 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.
# Google Chrome.
platforms = [ "x86_64-linux" ];
};
}