Use http for git url

Only this works for dune-release

Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com>
This commit is contained in:
Rudi Grinberg 2018-07-15 09:31:53 +02:00
parent e139aa20db
commit 9612274567
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ authors: ["Jérémie Dimino"]
license: "BSD3"
homepage: "https://github.com/diml/utop"
bug-reports: "https://github.com/diml/utop/issues"
dev-repo: "git://github.com/diml/utop.git"
dev-repo: "https://github.com/diml/utop.git"
build: [
["jbuilder" "subst"] {pinned}
["jbuilder" "build" "-p" name "-j" jobs]