chickenPackages_5: handle bsd-0-clause licenses (#512689)
This commit is contained in:
@@ -56,6 +56,7 @@ lib.makeScope newScope (self: {
|
||||
"agpl" = lib.licenses.agpl3Only;
|
||||
"artistic" = lib.licenses.artistic2;
|
||||
"bsd" = lib.licenses.bsd3;
|
||||
"bsd-0-clause" = lib.licenses.bsd0;
|
||||
"bsd-1-clause" = lib.licenses.bsd1;
|
||||
"bsd-2-clause" = lib.licenses.bsd2;
|
||||
"bsd-3" = lib.licenses.bsd3;
|
||||
|
||||
Reference in New Issue
Block a user