about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authoremilylange <git@emilylange.de>2024-05-02 00:06:13 +0200
committeremilylange <git@emilylange.de>2024-05-02 00:06:13 +0200
commit1f88e2fa146c93330846958f95905e3a0d4d9cd3 (patch)
treef2608f1de639c9062cd95b11feca374e7b1ab01d /pkgs/applications
parent9f96faf9d8d5ba69f1772d087284bb6d2a67f356 (diff)
google-chrome: add jnsgruk as maintainer
They signaled interest in issue 306010.
Diffstat (limited to 'pkgs/applications')
-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 9105590fcc1e4..8abb0f8f3ae82 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";
   };