zeokt: add AndersonTorres in maintainers
This commit is contained in:
parent
2b0acf9ea9
commit
38618ed4bd
1 changed files with 4 additions and 3 deletions
|
@ -25,10 +25,11 @@ buildGoModule {
|
||||||
git config --global --replace-all protocol.file.allow always
|
git config --global --replace-all protocol.file.allow always
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
description = "Fast trigram based code search";
|
description = "Fast trigram based code search";
|
||||||
homepage = "https://github.com/sourcegraph/zoekt";
|
homepage = "https://github.com/sourcegraph/zoekt";
|
||||||
license = licenses.asl20;
|
license = lib.licenses.asl20;
|
||||||
maintainers = [ ];
|
maintainers = with lib.maintainers; [ AndersonTorres ];
|
||||||
|
mainProgram = "zoekt";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue