Skip to content

Commit

Permalink
ci: add explicit license for config package
Browse files Browse the repository at this point in the history
Added override of license for robfig/config since it is not correctly set in package
itself.

Part of #124
  • Loading branch information
better0fdead authored and LeonidVas committed Nov 17, 2022
1 parent d1a955a commit b23e2f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .lichen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ allow:
- "BSD-2-Clause"
- "MPL-2.0"
- "CC-BY-SA-4.0"
override:
- path: "github.com/robfig/config"
licenses: ["MPL-2.0"]

0 comments on commit b23e2f2

Please sign in to comment.