From a89b2c5ca3fc9aa11854d66fdb1fc09caab4a217 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Fri, 9 Jun 2023 15:49:56 -0400 Subject: [PATCH] chore: fix repo name --- dune-project | 2 +- opentelemetry-client-cohttp-lwt.opam | 8 +++----- opentelemetry-client-ocurl.opam | 8 +++----- opentelemetry-cohttp-lwt.opam | 8 +++----- opentelemetry-lwt.opam | 8 +++----- opentelemetry.opam | 8 +++----- 6 files changed, 16 insertions(+), 26 deletions(-) diff --git a/dune-project b/dune-project index f8b3866f..fbcef005 100644 --- a/dune-project +++ b/dune-project @@ -2,7 +2,7 @@ (name opentelemetry) (generate_opam_files true) (source - (github aestheticintegration/ocaml-opentelemetry)) + (github imandra-ai/ocaml-opentelemetry)) (version 0.4) diff --git a/opentelemetry-client-cohttp-lwt.opam b/opentelemetry-client-cohttp-lwt.opam index 5082b775..e04b086a 100644 --- a/opentelemetry-client-cohttp-lwt.opam +++ b/opentelemetry-client-cohttp-lwt.opam @@ -5,9 +5,8 @@ synopsis: "Collector client for opentelemetry, using cohttp + lwt" maintainer: ["the Imandra team and contributors"] authors: ["the Imandra team and contributors"] license: "MIT" -homepage: "https://github.com/aestheticintegration/ocaml-opentelemetry" -bug-reports: - "https://github.com/aestheticintegration/ocaml-opentelemetry/issues" +homepage: "https://github.com/imandra-ai/ocaml-opentelemetry" +bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues" depends: [ "dune" {>= "2.7"} "ocaml" {>= "4.08"} @@ -34,5 +33,4 @@ build: [ "@doc" {with-doc} ] ] -dev-repo: - "git+https://github.com/aestheticintegration/ocaml-opentelemetry.git" +dev-repo: "git+https://github.com/imandra-ai/ocaml-opentelemetry.git" diff --git a/opentelemetry-client-ocurl.opam b/opentelemetry-client-ocurl.opam index 54751192..30305dc4 100644 --- a/opentelemetry-client-ocurl.opam +++ b/opentelemetry-client-ocurl.opam @@ -5,9 +5,8 @@ synopsis: "Collector client for opentelemetry, using http + ocurl" maintainer: ["the Imandra team and contributors"] authors: ["the Imandra team and contributors"] license: "MIT" -homepage: "https://github.com/aestheticintegration/ocaml-opentelemetry" -bug-reports: - "https://github.com/aestheticintegration/ocaml-opentelemetry/issues" +homepage: "https://github.com/imandra-ai/ocaml-opentelemetry" +bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues" depends: [ "dune" {>= "2.7"} "ocaml" {>= "4.08"} @@ -31,5 +30,4 @@ build: [ "@doc" {with-doc} ] ] -dev-repo: - "git+https://github.com/aestheticintegration/ocaml-opentelemetry.git" +dev-repo: "git+https://github.com/imandra-ai/ocaml-opentelemetry.git" diff --git a/opentelemetry-cohttp-lwt.opam b/opentelemetry-cohttp-lwt.opam index 733f6432..ba99a399 100644 --- a/opentelemetry-cohttp-lwt.opam +++ b/opentelemetry-cohttp-lwt.opam @@ -5,9 +5,8 @@ synopsis: "Opentelemetry tracing for Cohttp HTTP servers" maintainer: ["the Imandra team and contributors"] authors: ["the Imandra team and contributors"] license: "MIT" -homepage: "https://github.com/aestheticintegration/ocaml-opentelemetry" -bug-reports: - "https://github.com/aestheticintegration/ocaml-opentelemetry/issues" +homepage: "https://github.com/imandra-ai/ocaml-opentelemetry" +bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues" depends: [ "dune" {>= "2.7"} "ocaml" {>= "4.08"} @@ -31,5 +30,4 @@ build: [ "@doc" {with-doc} ] ] -dev-repo: - "git+https://github.com/aestheticintegration/ocaml-opentelemetry.git" +dev-repo: "git+https://github.com/imandra-ai/ocaml-opentelemetry.git" diff --git a/opentelemetry-lwt.opam b/opentelemetry-lwt.opam index c706b808..a7490975 100644 --- a/opentelemetry-lwt.opam +++ b/opentelemetry-lwt.opam @@ -6,9 +6,8 @@ maintainer: ["the Imandra team and contributors"] authors: ["the Imandra team and contributors"] license: "MIT" tags: ["instrumentation" "tracing" "opentelemetry" "datadog" "lwt"] -homepage: "https://github.com/aestheticintegration/ocaml-opentelemetry" -bug-reports: - "https://github.com/aestheticintegration/ocaml-opentelemetry/issues" +homepage: "https://github.com/imandra-ai/ocaml-opentelemetry" +bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues" depends: [ "dune" {>= "2.7"} "ocaml" {>= "4.08"} @@ -31,5 +30,4 @@ build: [ "@doc" {with-doc} ] ] -dev-repo: - "git+https://github.com/aestheticintegration/ocaml-opentelemetry.git" +dev-repo: "git+https://github.com/imandra-ai/ocaml-opentelemetry.git" diff --git a/opentelemetry.opam b/opentelemetry.opam index 9407531d..07e4ec84 100644 --- a/opentelemetry.opam +++ b/opentelemetry.opam @@ -6,9 +6,8 @@ maintainer: ["the Imandra team and contributors"] authors: ["the Imandra team and contributors"] license: "MIT" tags: ["instrumentation" "tracing" "opentelemetry" "datadog" "jaeger"] -homepage: "https://github.com/aestheticintegration/ocaml-opentelemetry" -bug-reports: - "https://github.com/aestheticintegration/ocaml-opentelemetry/issues" +homepage: "https://github.com/imandra-ai/ocaml-opentelemetry" +bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues" depends: [ "dune" {>= "2.7"} "ocaml" {>= "4.08"} @@ -30,5 +29,4 @@ build: [ "@doc" {with-doc} ] ] -dev-repo: - "git+https://github.com/aestheticintegration/ocaml-opentelemetry.git" +dev-repo: "git+https://github.com/imandra-ai/ocaml-opentelemetry.git"