diff --git a/pgn_to_tex.opam b/pgn_to_tex.opam index 4e3d19d..d38e3a8 100644 --- a/pgn_to_tex.opam +++ b/pgn_to_tex.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "0.0.1-rc.2" +version: "0.0.1" synopsis: "A chess PGN to TeX conversion tool" description: "Convert PGN files to LaTeX markdown, including rendered images of selected positions" @@ -9,7 +9,7 @@ authors: ["Owen Rees "] license: "AGPL-3.0-or-later" tags: ["pgn" "latex" "chess" "parser"] homepage: "https://github.com/therealowenrees/pgn_to_tex" -doc: "https://github.com/TheRealOwenRees/pgn_to_tex/README.md" +doc: "https://github.com/therealowenrees/pgn_to_tex/blob/main/README.md" bug-reports: "https://github.com/therealowenrees/pgn_to_tex/issues" depends: [ "dune" {>= "3.21"}