We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78b7869 commit 40c4716Copy full SHA for 40c4716
pkgs/by-name/ca/cargo-lambda/package.nix
@@ -59,12 +59,12 @@ rustPlatform.buildRustPackage rec {
59
60
passthru.updateScript = nix-update-script { };
61
62
- meta = with lib; {
+ meta = {
63
description = "Cargo subcommand to help you work with AWS Lambda";
64
mainProgram = "cargo-lambda";
65
homepage = "https://cargo-lambda.info";
66
- license = licenses.mit;
67
- maintainers = with maintainers; [
+ license = lib.licenses.mit;
+ maintainers = with lib.maintainers; [
68
taylor1791
69
calavera
70
];
0 commit comments