Skip to content

Commit bad48f2

Browse files
Update constraints & remove warning
The Cohttp constraint was detected by @gridbugs in #653; the warning comes from OPAM (2.5.0 at least) reads the source and complains that "license" is missing. Signed-off-by: Marek Kubica <marek@tarides.com>
1 parent 7722cbc commit bad48f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vpnkit.opam

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ authors: [
1313
"Thomas Gazagnaire <thomas@gazagnaire.com>"
1414
"Thomas Leonard <thomas.leonard@docker.com>"
1515
]
16+
license: "Apache-2.0"
1617
homepage: "https://github.com/moby/vpnkit"
1718
bug-reports: "https://github.com/moby/vpnkit/issues"
1819
dev-repo: "git+https://github.com/moby/vpnkit.git"
@@ -53,6 +54,7 @@ depends: [
5354
"mirage-time" {>= "3.0.0"}
5455
"mirage-channel" {>= "4.0.1"}
5556
"mirage-stack"
57+
"cohttp" {< "6"}
5658
"cohttp-lwt" {>= "0.99.0"}
5759
"protocol-9p" {>= "2.0.0"}
5860
"mirage-vnetif" {>= "0.5.0" & < "0.6.0"}

0 commit comments

Comments
 (0)