Skip to content

Commit

Permalink
Fix opam metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
talex5 committed Feb 9, 2022
1 parent 96ed29a commit ef43ce2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(name lwt_eio)
(formatting disabled)
(generate_opam_files true)
(source (github ocaml-multicore/eio))
(source (github talex5/lwt_eio))
(license ISC)
(authors "Thomas Leonard")
(maintainers "talex5@gmail.com")
Expand Down
6 changes: 3 additions & 3 deletions lwt_eio.opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ description:
maintainer: ["talex5@gmail.com"]
authors: ["Thomas Leonard"]
license: "ISC"
homepage: "https://github.com/ocaml-multicore/eio"
bug-reports: "https://github.com/ocaml-multicore/eio/issues"
homepage: "https://github.com/talex5/lwt_eio"
bug-reports: "https://github.com/talex5/lwt_eio/issues"
depends: [
"dune" {>= "2.9"}
"eio"
Expand All @@ -32,4 +32,4 @@ build: [
]
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/ocaml-multicore/eio.git"
dev-repo: "git+https://github.com/talex5/lwt_eio.git"

0 comments on commit ef43ce2

Please sign in to comment.