Skip to content

Commit

Permalink
[opam] Fix URLs for non-official releases
Browse files Browse the repository at this point in the history
  • Loading branch information
ejgallego committed Nov 20, 2022
1 parent 704f2b3 commit 73ce752
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions coq-lsp.opam
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ Language Server Protocol native server for Coq
"""
opam-version: "2.0"
maintainer: "[email protected]"
bug-reports: "https://github.com/coq/coq-lsp/issues"
homepage: "https://github.com/coq/coq-lsp"
dev-repo: "git+https://github.com/coq/coq-lsp.git"
bug-reports: "https://github.com/ejgallego/coq-lsp/issues"
homepage: "https://github.com/ejgallego/coq-lsp"
dev-repo: "git+https://github.com/ejgallego/coq-lsp.git"
authors: [
"Emilio Jesús Gallego Arias <[email protected]>"
]
license: "LGPL-2.1"
doc: "https://coq.github.io/coq-lsp/"
doc: "https://ejgallego.github.io/coq-lsp/"

depends: [
"ocaml" { >= "4.13.1" }
Expand Down

0 comments on commit 73ce752

Please sign in to comment.