Unverified Commit 5ca476e8 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

chickenPackages_5: handle `bsd-0-clause` licenses (#512689)

parents 58e930b8 45aed498
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;