zoekt: fix homepage url

This commit is contained in:
Sigmanificient 2024-05-10 04:16:11 +02:00
parent 958bde7024
commit 2b0acf9ea9

View file

@ -27,7 +27,7 @@ buildGoModule {
meta = with lib; { meta = with lib; {
description = "Fast trigram based code search"; description = "Fast trigram based code search";
homepage = "https://github.com/google/zoekt"; homepage = "https://github.com/sourcegraph/zoekt";
license = licenses.asl20; license = licenses.asl20;
maintainers = [ ]; maintainers = [ ];
}; };