cod: cleanup

This commit is contained in:
Sandro Jäckel 2021-07-12 02:23:24 +02:00
parent 9caef3e3cb
commit ddfe456983
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -13,13 +13,13 @@ buildGoModule rec {
vendorSha256 = "0ann1fbh8rqys3rwbz5h9mfnvkpqiw5rgkd4c30y99706h2dzv4i";
buildFlagsArray = [ "-ldflags=-s -w -X main.GitSha=${src.rev}" ];
ldflags = [ "-s" "-w" "-X main.GitSha=${src.rev}" ];
doCheck = false;
meta = with lib; {
description = "Tool for generating Bash/Fish/Zsh autocompletions based on `--help` output";
homepage = src.meta.homepage;
homepage = "https://github.com/dim-an/cod/";
license = licenses.asl20;
maintainers = with maintainers; [ SuperSandro2000 ];
};