diff --git a/hack_parallel.opam b/hack_parallel.opam index ccb12de..ed7dddd 100644 --- a/hack_parallel.opam +++ b/hack_parallel.opam @@ -1,9 +1,9 @@ opam-version: "2.0" maintainer: "Rijnard van Tonder " authors: "Facebook. Modifications by Rijnard van Tonder" -homepage: "https://github.com/rvantonder/hack-parallel" -bug-reports: "https://github.com/rvantonder/hack-parallel/issues" -dev-repo: "git+https://github.com/rvantonder/hack-parallel.git" +homepage: "https://github.com/rvantonder/hack_parallel" +bug-reports: "https://github.com/rvantonder/hack_parallel/issues" +dev-repo: "git+https://github.com/rvantonder/hack_parallel.git" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs "@install"] @@ -26,6 +26,6 @@ Parallel and shared memory components used in Facebook's Hack, Flow, and Pyre projects. """ # url { -# src: "https://github.com/rvantonder/hack-parallel/archive/1.0.0.tar.gz" -# checksum: "md5=d5ef2ddb9c566fe1d632041be5fa5c40" +# src: "https://github.com/rvantonder/hack_parallel/archive/1.0.0.tar.gz" +# checksum: "md5=..." # }