From c92a8290229656d9f0f5d2c4563ec5ceac7d04bb Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Sun, 30 Jul 2023 09:28:23 -0400 Subject: [PATCH] chore: update opam files --- trace-tef.opam | 6 +++--- trace.opam | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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"