Unverified Commit 1f88e2fa authored by emilylange's avatar emilylange
Browse files

google-chrome: add jnsgruk as maintainer

They signaled interest in issue 306010.
parent 9f96faf9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };