Skip to content

Commit befe5fc

Browse files
committed
Update dev-repo
1 parent d47702a commit befe5fc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
(generate_opam_files true)
33
(name opam-monorepo)
44

5-
(source (github ocamllabs/duniverse))
5+
(source (github ocamllabs/opam-monorepo))
66
(license ISC)
77
(authors "Anil Madhavapeddy" "Nathan Rebours" "Lucas Pluvinage" "Jules Aguillon")
88
(maintainers "[email protected]")

opam-monorepo.opam

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ authors: [
1010
"Anil Madhavapeddy" "Nathan Rebours" "Lucas Pluvinage" "Jules Aguillon"
1111
]
1212
license: "ISC"
13-
homepage: "https://github.com/ocamllabs/duniverse"
14-
bug-reports: "https://github.com/ocamllabs/duniverse/issues"
13+
homepage: "https://github.com/ocamllabs/opam-monorepo"
14+
bug-reports: "https://github.com/ocamllabs/opam-monorepo/issues"
1515
depends: [
1616
"dune" {>= "2.0"}
1717
"ocaml" {>= "4.08.0" & < "4.12"}
1818
"conf-m4"
1919
"conf-pkg-config"
2020
]
21-
dev-repo: "git+https://github.com/ocamllabs/duniverse.git"
21+
dev-repo: "git+https://github.com/ocamllabs/opam-monorepo.git"
2222
build: [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ]
2323
flags: [ plugin ]

0 commit comments

Comments
 (0)