lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

cod: cleanup

+2 -2
+2 -2
pkgs/tools/misc/cod/default.nix
··· 13 13 14 14 vendorSha256 = "0ann1fbh8rqys3rwbz5h9mfnvkpqiw5rgkd4c30y99706h2dzv4i"; 15 15 16 - buildFlagsArray = [ "-ldflags=-s -w -X main.GitSha=${src.rev}" ]; 16 + ldflags = [ "-s" "-w" "-X main.GitSha=${src.rev}" ]; 17 17 18 18 doCheck = false; 19 19 20 20 meta = with lib; { 21 21 description = "Tool for generating Bash/Fish/Zsh autocompletions based on `--help` output"; 22 - homepage = src.meta.homepage; 22 + homepage = "https://github.com/dim-an/cod/"; 23 23 license = licenses.asl20; 24 24 maintainers = with maintainers; [ SuperSandro2000 ]; 25 25 };