Skip to content

Commit a8c98a5

Browse files
authored
Merge pull request #8 from ocaml-multicore/correct-opam
Correct .dune-project
2 parents 02071f5 + 24a2369 commit a8c98a5

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)