Loading pkgs/by-name/go/google-clasp/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -20,12 +20,12 @@ buildNpmPackage rec { # `npm run build` tries installing clasp globally npmBuildScript = [ "compile" ]; meta = with lib; { meta = { description = "Develop Apps Script Projects locally"; mainProgram = "clasp"; homepage = "https://github.com/google/clasp#readme"; changelog = "https://github.com/google/clasp/releases/tag/v${version}"; license = licenses.asl20; maintainers = with maintainers; [ natsukium ]; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ natsukium ]; }; } Loading
pkgs/by-name/go/google-clasp/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -20,12 +20,12 @@ buildNpmPackage rec { # `npm run build` tries installing clasp globally npmBuildScript = [ "compile" ]; meta = with lib; { meta = { description = "Develop Apps Script Projects locally"; mainProgram = "clasp"; homepage = "https://github.com/google/clasp#readme"; changelog = "https://github.com/google/clasp/releases/tag/v${version}"; license = licenses.asl20; maintainers = with maintainers; [ natsukium ]; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ natsukium ]; }; }