Skip to content

Commit

Permalink
chore: fix dev repo (#18)
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <[email protected]>
  • Loading branch information
rgrinberg authored Jun 7, 2023
1 parent 5563b58 commit dd66893
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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 @@
(license MIT)
(maintainers "Jane Street Group, LLC <[email protected]>")
(authors "Jane Street Group, LLC <[email protected]>")
(source (github ocaml/fiber))
(source (github ocaml-dune/fiber))

(implicit_transitive_deps false)

Expand Down
6 changes: 3 additions & 3 deletions fiber-lwt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ synopsis: "Compatibility layer for fibers inside Lwt"
maintainer: ["Jane Street Group, LLC <[email protected]>"]
authors: ["Jane Street Group, LLC <[email protected]>"]
license: "MIT"
homepage: "https://github.com/ocaml/fiber"
bug-reports: "https://github.com/ocaml/fiber/issues"
homepage: "https://github.com/ocaml-dune/fiber"
bug-reports: "https://github.com/ocaml-dune/fiber/issues"
depends: [
"dune" {>= "3.6"}
"ocaml" {>= "4.08"}
Expand All @@ -28,4 +28,4 @@ build: [
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/ocaml/fiber.git"
dev-repo: "git+https://github.com/ocaml-dune/fiber.git"
6 changes: 3 additions & 3 deletions fiber.opam
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ synopsis: "Dune's monadic structured concurrency library"
maintainer: ["Jane Street Group, LLC <[email protected]>"]
authors: ["Jane Street Group, LLC <[email protected]>"]
license: "MIT"
homepage: "https://github.com/ocaml/fiber"
bug-reports: "https://github.com/ocaml/fiber/issues"
homepage: "https://github.com/ocaml-dune/fiber"
bug-reports: "https://github.com/ocaml-dune/fiber/issues"
depends: [
"dune" {>= "3.6"}
"ocaml" {>= "4.08"}
Expand All @@ -28,4 +28,4 @@ build: [
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/ocaml/fiber.git"
dev-repo: "git+https://github.com/ocaml-dune/fiber.git"

0 comments on commit dd66893

Please sign in to comment.