Merge pull request #270970 from somasis/pastel-mainProgram

pastel: add meta.mainProgram
This commit is contained in:
Weijia Wang
2023-11-30 01:30:30 +01:00
committed by GitHub
@@ -21,5 +21,6 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/sharkdp/pastel/releases/tag/v${version}";
license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ davidtwco ];
mainProgram = "pastel";
};
}