Skip to content

Commit b45a841

Browse files
Fix dev-repo URL
1 parent 37188e1 commit b45a841

File tree

1 file changed

+1
-1
lines changed
  • packages/clangml/clangml.4.7.0

1 file changed

+1
-1
lines changed

packages/clangml/clangml.4.7.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ depends: [
2828
"odoc" {with-doc & >= "1.5.1"}
2929
"ocaml-migrate-parsetree" {>= "2.2.0"}
3030
]
31-
dev-repo: "git@github.com:thierry-martinez/clangml.git"
31+
dev-repo: "git+https://github.com/thierry-martinez/clangml.git"
3232
build: [
3333
["./configure" "--prefix=%{prefix}%" "--with-llvm-config=%{conf-libclang:config}%"]
3434
["./build_with_bigger_stack_size.sh" "dune" "build" "-p" name "-j" jobs "@install"

0 commit comments

Comments
 (0)