Skip to content

Commit 40c4716

Browse files
committed
cargo-lambda: remove with lib; usage
(cherry picked from commit d512a96)
1 parent 78b7869 commit 40c4716

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ca/cargo-lambda/package.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ rustPlatform.buildRustPackage rec {
5959

6060
passthru.updateScript = nix-update-script { };
6161

62-
meta = with lib; {
62+
meta = {
6363
description = "Cargo subcommand to help you work with AWS Lambda";
6464
mainProgram = "cargo-lambda";
6565
homepage = "https://cargo-lambda.info";
66-
license = licenses.mit;
67-
maintainers = with maintainers; [
66+
license = lib.licenses.mit;
67+
maintainers = with lib.maintainers; [
6868
taylor1791
6969
calavera
7070
];

0 commit comments

Comments
 (0)