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
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Fast trigram based code search";
|
||||
homepage = "https://github.com/sourcegraph/zoekt";
|
||||
license = licenses.asl20;
|
||||
maintainers = [ ];
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ AndersonTorres ];
|
||||
mainProgram = "zoekt";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue