Skip to content

Commit 7d59c11

Browse files
committed
Update repository links
1 parent a00429f commit 7d59c11

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
(name eio-trace)
33
(formatting disabled)
44
(generate_opam_files true)
5-
(source (github talex5/eio-trace))
5+
(source (github ocaml-multicore/eio-trace))
66
(maintainers "Thomas Leonard")
77
(authors "Thomas Leonard")
88
(package

eio-trace.opam

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ opam-version: "2.0"
33
synopsis: "Trace visualisation for Eio programs"
44
maintainer: ["Thomas Leonard"]
55
authors: ["Thomas Leonard"]
6-
homepage: "https://github.com/talex5/eio-trace"
7-
bug-reports: "https://github.com/talex5/eio-trace/issues"
6+
homepage: "https://github.com/ocaml-multicore/eio-trace"
7+
bug-reports: "https://github.com/ocaml-multicore/eio-trace/issues"
88
depends: [
99
"dune" {>= "3.11"}
1010
"ocaml" {>= "5.1.0"}
@@ -28,4 +28,4 @@ build: [
2828
"@doc" {with-doc}
2929
]
3030
]
31-
dev-repo: "git+https://github.com/talex5/eio-trace.git"
31+
dev-repo: "git+https://github.com/ocaml-multicore/eio-trace.git"

0 commit comments

Comments
 (0)