mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
{warp-terminal,vscode}: add johnrtitor as maintainer
This commit is contained in:
parent
eb725313bc
commit
11e6e90088
@ -97,7 +97,7 @@ in
|
|||||||
homepage = "https://code.visualstudio.com/";
|
homepage = "https://code.visualstudio.com/";
|
||||||
downloadPage = "https://code.visualstudio.com/Updates";
|
downloadPage = "https://code.visualstudio.com/Updates";
|
||||||
license = licenses.unfree;
|
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" ];
|
platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" "aarch64-linux" "armv7l-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -99,7 +99,7 @@ meta = with lib; {
|
|||||||
homepage = "https://www.warp.dev";
|
homepage = "https://www.warp.dev";
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||||
maintainers = with maintainers; [ emilytrau imadnyc donteatoreo ];
|
maintainers = with maintainers; [ emilytrau imadnyc donteatoreo johnrtitor ];
|
||||||
platforms = platforms.darwin ++ [ "x86_64-linux" ];
|
platforms = platforms.darwin ++ [ "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user