Merge pull request #129982 from SuperSandro2000/cod

cod: cleanup
This commit is contained in:
Sandro 2021-07-12 03:08:18 +02:00 committed by GitHub
commit 425e51fd91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];
};