about summary refs log tree commit diff
diff options
context:
space:
mode:
authoremilylange <git@emilylange.de>2024-05-02 00:06:13 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-05-03 13:05:07 +0000
commit88b2943e4ae92068b9b46452444da559661f7983 (patch)
tree0a68233d2b16ecfd294bfd7561c54059136e449c
parentcf9a3d9c64a9000e24e943fd281101e179987fce (diff)
google-chrome: add jnsgruk as maintainer
They signaled interest in issue 306010.

(cherry picked from commit 1f88e2fa146c93330846958f95905e3a0d4d9cd3)
-rw-r--r--pkgs/applications/networking/browsers/google-chrome/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/browsers/google-chrome/default.nix b/pkgs/applications/networking/browsers/google-chrome/default.nix
index 9105590fcc1e..8abb0f8f3ae8 100644
--- a/pkgs/applications/networking/browsers/google-chrome/default.nix
+++ b/pkgs/applications/networking/browsers/google-chrome/default.nix
@@ -147,7 +147,7 @@ in stdenv.mkDerivation (finalAttrs: {
     homepage = "https://www.google.com/chrome/browser/";
     license = licenses.unfree;
     sourceProvenance = with sourceTypes; [ binaryNativeCode ];
-    maintainers = with maintainers; [ ];
+    maintainers = with maintainers; [ jnsgruk ];
     platforms = [ "x86_64-linux" ];
     mainProgram = "google-chrome-stable";
   };