Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
Add missing license field in opam file
Browse files Browse the repository at this point in the history
9fe59d2 added the license field to the
dune-project file, but the opam file wasn't regenerated. This commit
fixes the error, but, it would be nice if ocaml-ci caught this for us.
  • Loading branch information
punchagan committed Sep 6, 2024
1 parent 8af2b49 commit e91afc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions opam-ci-check.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ authors: [
"Puneeth Chaganti <[email protected]>"
"Shon Feder <[email protected]>"
]
license: "Apache-2.0"
tags: ["opam" "ci" "lint" "reverse dependency"]
homepage: "https://github.com/ocurrent/opam-ci-check"
doc: "https://www.ocurrent.org/opam-ci-check/opam-ci-check/index.html"
Expand Down

0 comments on commit e91afc6

Please sign in to comment.