diff --git a/trace-tef.opam b/trace-tef.opam index 782f03b..eed0942 100644 --- a/trace-tef.opam +++ b/trace-tef.opam @@ -6,8 +6,8 @@ maintainer: ["Simon Cruanes"] authors: ["Simon Cruanes"] license: "MIT" tags: ["trace" "tracing" "catapult"] -homepage: "https://github.com/c-cube/trace" -bug-reports: "https://github.com/c-cube/trace/issues" +homepage: "https://github.com/c-cube/ocaml-trace" +bug-reports: "https://github.com/c-cube/ocaml-trace/issues" depends: [ "ocaml" {>= "4.08"} "trace" {= version} @@ -32,4 +32,4 @@ build: [ ] ["dune" "install" "-p" name "--create-install-files" name] ] -dev-repo: "git+https://github.com/c-cube/trace.git" +dev-repo: "git+https://github.com/c-cube/ocaml-trace.git" diff --git a/trace.opam b/trace.opam index 7870477..61856b1 100644 --- a/trace.opam +++ b/trace.opam @@ -7,8 +7,8 @@ maintainer: ["Simon Cruanes"] authors: ["Simon Cruanes"] license: "MIT" tags: ["trace" "tracing" "observability" "profiling"] -homepage: "https://github.com/c-cube/trace" -bug-reports: "https://github.com/c-cube/trace/issues" +homepage: "https://github.com/c-cube/ocaml-trace" +bug-reports: "https://github.com/c-cube/ocaml-trace/issues" depends: [ "ocaml" {>= "4.08"} "dune" {>= "2.9"} @@ -30,4 +30,4 @@ build: [ ] ["dune" "install" "-p" name "--create-install-files" name] ] -dev-repo: "git+https://github.com/c-cube/trace.git" +dev-repo: "git+https://github.com/c-cube/ocaml-trace.git"