summaryrefslogtreecommitdiffstats
path: root/pkgs/applications
diff options
context:
space:
mode:
authormsteen <emailmatthijs@gmail.com>2020-11-27 16:44:59 +0100
committerGitHub <noreply@github.com>2020-11-27 16:44:59 +0100
commitf98df98db3bd87254c9e5d25f9ef032356b2a2fb (patch)
tree1674915cb1d22ea0d44ee613cf8f21303ea20af7 /pkgs/applications
parent0fab9bd68f98eb57cb315091d73d50b1137b07e2 (diff)
google-chrome: Remove msteen from the list of maintainers (#105152)
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/browsers/google-chrome/default.nix4
1 files 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 f2e10f323305..543d59255472 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" ];
};
}