diff --git a/dune-project b/dune-project index 0ef9e31..9a1f1c5 100644 --- a/dune-project +++ b/dune-project @@ -7,7 +7,7 @@ (license MIT) (maintainers "Jane Street Group, LLC ") (authors "Jane Street Group, LLC ") -(source (github ocaml/fiber)) +(source (github ocaml-dune/fiber)) (implicit_transitive_deps false) diff --git a/fiber-lwt.opam b/fiber-lwt.opam index c564f55..6465ebd 100644 --- a/fiber-lwt.opam +++ b/fiber-lwt.opam @@ -4,8 +4,8 @@ synopsis: "Compatibility layer for fibers inside Lwt" maintainer: ["Jane Street Group, LLC "] authors: ["Jane Street Group, LLC "] 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"} @@ -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" diff --git a/fiber.opam b/fiber.opam index 419ad88..877722a 100644 --- a/fiber.opam +++ b/fiber.opam @@ -4,8 +4,8 @@ synopsis: "Dune's monadic structured concurrency library" maintainer: ["Jane Street Group, LLC "] authors: ["Jane Street Group, LLC "] 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"} @@ -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"