Skip to content

Commit

Permalink
fix(nix): update valid licenses
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed May 2, 2024
1 parent 7982a33 commit 2f87663
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions internal/pipe/nix/licenses.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ var validLicenses = []string{
"amazonsl",
"amd",
"aom",
"apsl10",
"apsl20",
"apple-psl10",
"apple-psl20",
"arphicpl",
"artistic1",
"artistic1-cl8",
Expand Down Expand Up @@ -118,6 +118,7 @@ var validLicenses = []string{
"hpndSellVariant",
"hpndUc",
"iasl",
"icu",
"ijg",
"imagemagick",
"imlib2",
Expand Down Expand Up @@ -215,6 +216,7 @@ var validLicenses = []string{
"unfree",
"unfreeRedistributable",
"unfreeRedistributableFirmware",
"unicode-30",
"unicode-dfs-2015",
"unicode-dfs-2016",
"unlicense",
Expand All @@ -235,6 +237,8 @@ var validLicenses = []string{
"zpl20",
"zpl21",
"xskat",
"apsl10",
"apsl20",
"gpl2",
"gpl3",
"lgpl2",
Expand Down

0 comments on commit 2f87663

Please sign in to comment.