Skip to content

Commit

Permalink
Rename mirage-http to cohttp-mirage
Browse files Browse the repository at this point in the history
Related to [mirage/ocaml-cohttp#572]

Signed-off-by: David Scott <dave@recoil.org>
  • Loading branch information
djs55 committed Nov 14, 2017
1 parent 2586c64 commit 8e8cfe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mirage.ml
Expand Up @@ -1257,7 +1257,7 @@ let http_server conduit = impl @@ object
method ty = http
method name = "http"
method module_name = "Cohttp_mirage.Server_with_conduit"
method! packages = Key.pure [ package ~min:"3.0.0" "mirage-http" ]
method! packages = Key.pure [ package ~min:"3.0.0" "cohttp-mirage" ]
method! deps = [ abstract conduit ]
method! connect _i modname = function
| [ conduit ] -> Fmt.strf "%s.connect %s" modname conduit
Expand Down

0 comments on commit 8e8cfe9

Please sign in to comment.