We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b5387 commit 33cd05cCopy full SHA for 33cd05c
pkgs/by-name/go/google-clasp/package.nix
@@ -20,12 +20,12 @@ buildNpmPackage rec {
20
# `npm run build` tries installing clasp globally
21
npmBuildScript = [ "compile" ];
22
23
- meta = with lib; {
+ meta = {
24
description = "Develop Apps Script Projects locally";
25
mainProgram = "clasp";
26
homepage = "https://github.com/google/clasp#readme";
27
changelog = "https://github.com/google/clasp/releases/tag/v${version}";
28
- license = licenses.asl20;
29
- maintainers = with maintainers; [ natsukium ];
+ license = lib.licenses.asl20;
+ maintainers = with lib.maintainers; [ natsukium ];
30
};
31
}
0 commit comments