Unverified Commit e595314e authored by Théo Zimmermann's avatar Théo Zimmermann
Browse files

coqPackages.vscoq-language-server: update URL of repository

parent b180c430
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -23,8 +23,8 @@ let
    ] null;
  location = {
    domain = "github.com";
    owner = "coq-community";
    repo = "vscoq";
    owner = "rocq-prover";
    repo = "vsrocq";
  };
  fetch = metaFetch {
    release."2.0.3+coq8.18".sha256 = "sha256-VXhHCP6Ni5/OcsgoI1EbJfYCpXzwkuR8kbbKrl6dfjU=";
@@ -77,7 +77,7 @@ ocamlPackages.buildDunePackage {

  meta = {
    description = "Language server for the vscoq vscode/codium extension";
    homepage = "https://github.com/coq-community/vscoq";
    homepage = "https://github.com/rocq-prover/vsrocq";
    maintainers = with lib.maintainers; [ cohencyril ];
    license = lib.licenses.mit;
  }