diff --git a/dune-project b/dune-project index 142df74..3a86465 100644 --- a/dune-project +++ b/dune-project @@ -7,7 +7,7 @@ (generate_opam_files true) (source - (sourcehut jonsterling/ocaml-forester)) + (github jonsterling/ocaml-forester)) (authors "Jonathan Sterling") diff --git a/forester.opam b/forester.opam index 9118bd1..3774762 100644 --- a/forester.opam +++ b/forester.opam @@ -1,12 +1,11 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "2.0" synopsis: "A tool for tending mathematical forests" maintainer: ["Jonathan Sterling"] authors: ["Jonathan Sterling"] license: "GPL-3.0-or-later" -homepage: "https://sr.ht/~jonsterling/ocaml-forester" -bug-reports: "https://todo.sr.ht/~jonsterling/ocaml-forester" +homepage: "https://github.com/jonsterling/ocaml-forester" +bug-reports: "https://github.com/jonsterling/ocaml-forester/issues" depends: [ "menhir" "ocamlgraph" @@ -31,4 +30,4 @@ build: [ "@doc" {with-doc} ] ] -dev-repo: "git+https://git.sr.ht/~jonsterling/ocaml-forester" +dev-repo: "git+https://github.com/jonsterling/ocaml-forester.git"