Merge pull request #310490 from Sigmanificient/zoekt-link-fix

zoekt: fix homepage url
This commit is contained in:
kirillrdy 2024-05-10 14:04:46 +10:00 committed by GitHub
commit 7527f25e87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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/google/zoekt";
license = licenses.asl20;
maintainers = [ ];
homepage = "https://github.com/sourcegraph/zoekt";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ AndersonTorres ];
mainProgram = "zoekt";
};
}