1 { buildGoModule, lib, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 hash = "sha256-lklKZCDX/e3MZ0ix3A4AIEICPoufBq7SAIULqDXOYDI=";
14 vendorSha256 = "sha256-G+oaX3SXsHJu3lq6n8dLmoRXDAYcFkrYarwePB/MdEU=";
17 description = "A CLI and Go library for Github's CODEOWNERS file";
18 homepage = "https://github.com/hmarr/codeowners";
19 license = licenses.mit;
20 maintainers = with maintainers; [ yorickvp ];