From f98df98db3bd87254c9e5d25f9ef032356b2a2fb Mon Sep 17 00:00:00 2001 From: msteen Date: Fri, 27 Nov 2020 16:44:59 +0100 Subject: [PATCH] google-chrome: Remove msteen from the list of maintainers (#105152) --- .../networking/browsers/google-chrome/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/browsers/google-chrome/default.nix b/pkgs/applications/networking/browsers/google-chrome/default.nix index f2e10f32330..543d5925547 100644 --- a/pkgs/applications/networking/browsers/google-chrome/default.nix +++ b/pkgs/applications/networking/browsers/google-chrome/default.nix @@ -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" ]; }; }