Update opam file

This commit is contained in:
Jeremie Dimino 2018-08-20 14:28:10 +01:00
parent 9612274567
commit 194419227f
1 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@ opam-version: "1.2"
maintainer: "jeremie@dimino.org"
authors: ["Jérémie Dimino"]
license: "BSD3"
homepage: "https://github.com/diml/utop"
bug-reports: "https://github.com/diml/utop/issues"
dev-repo: "https://github.com/diml/utop.git"
homepage: "https://github.com/ocaml-community/utop"
bug-reports: "https://github.com/ocaml-community/utop/issues"
dev-repo: "https://github.com/ocaml-community/utop.git"
build: [
["jbuilder" "subst"] {pinned}
["jbuilder" "build" "-p" name "-j" jobs]