cloudflare-warp: set mainProgram, add marcusramberg to maintainers
This commit is contained in:
parent
f53d6a0d9e
commit
769ff89908
@ -85,9 +85,11 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://pkg.cloudflareclient.com/packages/cloudflare-warp";
|
homepage = "https://pkg.cloudflareclient.com/packages/cloudflare-warp";
|
||||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
|
mainProgram = "warp-cli";
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
wolfangaukang
|
wolfangaukang
|
||||||
devpikachu
|
devpikachu
|
||||||
|
marcusramberg
|
||||||
];
|
];
|
||||||
platforms = [ "x86_64-linux" "aarch64-linux" ];
|
platforms = [ "x86_64-linux" "aarch64-linux" ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user