Skip to content

Commit 24a2369

Browse files
correct dune-project
1 parent 02071f5 commit 24a2369

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

dscheck.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ opam-version: "2.0"
33
synopsis: "Traced Atomics"
44
maintainer: ["Sadiq Jaffer"]
55
authors: ["Sadiq Jaffer"]
6+
license: "ISC"
67
homepage: "https://github.com/ocaml-multicore/dscheck"
78
bug-reports: "https://github.com/ocaml-multicore/dscheck/issues"
89
depends: [

dune-project

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
(generate_opam_files true)
44

55
(name dscheck)
6-
(source (github sadiqj/dscheck))
6+
(source (github ocaml-multicore/dscheck))
7+
(license ISC)
78
(authors "Sadiq Jaffer")
89
(maintainers "Sadiq Jaffer")
910

0 commit comments

Comments
 (0)