Skip to content

Commit 33cd05c

Browse files
committed
google-clasp: no with lib; in meta
1 parent 41b5387 commit 33cd05c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/go/google-clasp/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ buildNpmPackage rec {
2020
# `npm run build` tries installing clasp globally
2121
npmBuildScript = [ "compile" ];
2222

23-
meta = with lib; {
23+
meta = {
2424
description = "Develop Apps Script Projects locally";
2525
mainProgram = "clasp";
2626
homepage = "https://github.com/google/clasp#readme";
2727
changelog = "https://github.com/google/clasp/releases/tag/v${version}";
28-
license = licenses.asl20;
29-
maintainers = with maintainers; [ natsukium ];
28+
license = lib.licenses.asl20;
29+
maintainers = with lib.maintainers; [ natsukium ];
3030
};
3131
}

0 commit comments

Comments
 (0)