diff --git a/pkgs/tools/text/zoekt/default.nix b/pkgs/tools/text/zoekt/default.nix index 22059ebbf230..92046a12307b 100644 --- a/pkgs/tools/text/zoekt/default.nix +++ b/pkgs/tools/text/zoekt/default.nix @@ -27,7 +27,7 @@ buildGoModule { meta = with lib; { description = "Fast trigram based code search"; - homepage = "https://github.com/google/zoekt"; + homepage = "https://github.com/sourcegraph/zoekt"; license = licenses.asl20; maintainers = [ ]; };