Skip to content

Commit

Permalink
{warp-terminal,vscode}: add johnrtitor as maintainer
Browse files Browse the repository at this point in the history
  • Loading branch information
Enzime committed Jul 9, 2024
1 parent eb72531 commit 11e6e90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/applications/editors/vscode/vscode.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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" ];
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/wa/warp-terminal/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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" ];
};

Expand Down

0 comments on commit 11e6e90

Please sign in to comment.