Skip to content

Commit

Permalink
github for opam
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsterling committed May 11, 2023
1 parent d70e8de commit 249352e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
(generate_opam_files true)

(source
(sourcehut jonsterling/ocaml-forester))
(github jonsterling/ocaml-forester))

(authors "Jonathan Sterling")

Expand Down
7 changes: 3 additions & 4 deletions forester.opam
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"

0 comments on commit 249352e

Please sign in to comment.