Skip to content

Commit

Permalink
chore: update links in dune-project
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrinberg committed Jun 4, 2022
1 parent 4d11a70 commit ba49628
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(lang dune 3.2)
(name easy-format)

(source (github mjambon/easy-format))
(source (github ocaml-community/easy-format))
(generate_opam_files true)
(license "BSD-3-Clause")
(maintainers "[email protected]" "[email protected]")
Expand Down
6 changes: 3 additions & 3 deletions easy-format.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ labelled with something like "int main", "let x =" or "x:"."""
maintainer: ["[email protected]" "[email protected]"]
authors: ["Martin Jambon"]
license: "BSD-3-Clause"
homepage: "https://github.com/mjambon/easy-format"
homepage: "https://github.com/ocaml-community/easy-format"
doc: "https://mjambon.github.io/easy-format/"
bug-reports: "https://github.com/mjambon/easy-format/issues"
bug-reports: "https://github.com/ocaml-community/easy-format/issues"
depends: [
"dune" {>= "3.2" & >= "1.10"}
"ocaml" {>= "4.08"}
Expand All @@ -45,4 +45,4 @@ build: [
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/mjambon/easy-format.git"
dev-repo: "git+https://github.com/ocaml-community/easy-format.git"

0 comments on commit ba49628

Please sign in to comment.