Skip to content

Commit d7236ed

Browse files
authored
Merge pull request ocaml#23512 from mseri/fix-conf-protoc
conf-protoc: fix license
2 parents fc8c90f + 6a11549 commit d7236ed

File tree

1 file changed

+2
-1
lines changed
  • packages/conf-protoc/conf-protoc.1.0.0

1 file changed

+2
-1
lines changed

packages/conf-protoc/conf-protoc.1.0.0/opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
opam-version: "2.0"
22
maintainer: "Issuu"
33
authors: "Google"
4-
license: "https://github.com/protocolbuffers/protobuf/blob/master/LICENSE"
4+
license: "BSD-3-Clause"
55
homepage: "https://developers.google.com/protocol-buffers/"
66
bug-reports: "https://github.com/protocolbuffers/protobuf/issues"
77
dev-repo: "git+https://github.com/protocolbuffers/protobuf.git"
@@ -20,6 +20,7 @@ depexts: [
2020
["protobuf"] {os = "freebsd"}
2121
["protobuf"] {os = "macos" & os-distribution = "homebrew"}
2222
]
23+
2324
x-ci-accept-failures: [
2425
"oraclelinux-7" # Package not available by default
2526
"oraclelinux-8" # Package not available by default

0 commit comments

Comments
 (0)