Commit 11e6e900 authored by Michael Hoang's avatar Michael Hoang
Browse files

{warp-terminal,vscode}: add johnrtitor as maintainer

parent eb725313
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@ in
      homepage = "https://code.visualstudio.com/";
      downloadPage = "https://code.visualstudio.com/Updates";
      license = licenses.unfree;
      maintainers = with maintainers; [ eadwu synthetica bobby285271 ];
      maintainers = with maintainers; [ eadwu synthetica bobby285271 johnrtitor ];
      platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" "aarch64-linux" "armv7l-linux" ];
    };
  }
+1 −1
Original line number Diff line number Diff line
@@ -99,7 +99,7 @@ meta = with lib; {
  homepage = "https://www.warp.dev";
  license = licenses.unfree;
  sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
  maintainers = with maintainers; [ emilytrau imadnyc donteatoreo ];
  maintainers = with maintainers; [ emilytrau imadnyc donteatoreo johnrtitor ];
  platforms = platforms.darwin ++ [ "x86_64-linux" ];
};