Skip to content

Commit aab995a

Browse files
committed
Adapt to repository move
1 parent ef83e9b commit aab995a

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.0.2 (2022-07-07)
2+
3+
* Moved repository
4+
15
## v0.0.1 (2022-07-07)
26

37
* Initial release

dune-project

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
(generate_opam_files true)
77

88
(source
9-
(github kayceesrk/hdr_histogram_ocaml))
9+
(github ocaml-multicore/hdr_histogram_ocaml))
1010

1111
(authors "KC Sivaramakrishnan")
1212

13-
(maintainers "KC Sivaramakrishnan")
13+
(maintainers "KC Sivaramakrishnan" "Christiano Haesbaert")
1414

1515
(license MIT)
1616

17-
(documentation https://kayceesrk.github.io/hdr_histogram_ocaml/)
17+
(documentation https://ocaml-multicore.github.io/hdr_histogram_ocaml)
1818

1919
(package
2020
(name hdr_histogram)
@@ -24,5 +24,3 @@
2424
(conf-pkg-config :build))
2525
(tags
2626
("histogram" "tail latency")))
27-
28-
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project

hdr_histogram.opam

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
opam-version: "2.0"
33
synopsis: "OCaml bindings to Hdr Histogram"
44
description: "OCaml bindings to Hdr Histogram"
5-
maintainer: ["KC Sivaramakrishnan"]
5+
maintainer: ["KC Sivaramakrishnan" "Christiano Haesbaert"]
66
authors: ["KC Sivaramakrishnan"]
77
license: "MIT"
88
tags: ["histogram" "tail latency"]
9-
homepage: "https://github.com/kayceesrk/hdr_histogram_ocaml"
10-
doc: "https://kayceesrk.github.io/hdr_histogram_ocaml/"
11-
bug-reports: "https://github.com/kayceesrk/hdr_histogram_ocaml/issues"
9+
homepage: "https://github.com/ocaml-multicore/hdr_histogram_ocaml"
10+
doc: "https://ocaml-multicore.github.io/hdr_histogram_ocaml"
11+
bug-reports: "https://github.com/ocaml-multicore/hdr_histogram_ocaml/issues"
1212
depends: [
1313
"ocaml"
1414
"dune" {>= "3.3"}
@@ -31,4 +31,4 @@ build: [
3131
"@doc" {with-doc}
3232
]
3333
]
34-
dev-repo: "git+https://github.com/kayceesrk/hdr_histogram_ocaml.git"
34+
dev-repo: "git+https://github.com/ocaml-multicore/hdr_histogram_ocaml.git"

0 commit comments

Comments
 (0)