Commit 2b0acf9e authored by Sigmanificient's avatar Sigmanificient
Browse files

zoekt: fix homepage url

parent 958bde70
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = [ ];
  };