google-clasp: no with lib; in meta

Doron Behar 33cd05cf 41b53875

+3 -3
+3 -3
pkgs/by-name/go/google-clasp/package.nix
··· 20 20 # `npm run build` tries installing clasp globally 21 21 npmBuildScript = [ "compile" ]; 22 22 23 - meta = with lib; { 23 + meta = { 24 24 description = "Develop Apps Script Projects locally"; 25 25 mainProgram = "clasp"; 26 26 homepage = "https://github.com/google/clasp#readme"; 27 27 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 ]; 30 30 }; 31 31 }