3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #134668 from figsoda/taplo-cli-main-program

taplo-cli: add meta.mainProgram
This commit is contained in:
Sandro 2021-08-18 23:19:15 +02:00 committed by GitHub
commit ca76f31025
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,5 +21,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://taplo.tamasfe.dev";
license = licenses.mit;
maintainers = with maintainers; [ figsoda ];
mainProgram = "taplo";
};
}