From ce268ae96742eaf3aec3923edec79b9de7b743b7 Mon Sep 17 00:00:00 2001 From: better0fdead Date: Tue, 15 Nov 2022 14:44:08 +0300 Subject: [PATCH] CI: add explicit license for config package Added override of license for robfig/config since it is not correctly set in package itself. Part of #124 --- .lichen.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.lichen.yaml b/.lichen.yaml index e084b7622..ae74f2987 100644 --- a/.lichen.yaml +++ b/.lichen.yaml @@ -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"] \ No newline at end of file