diff --cc lib/licenses.nix
index 62796ef1963e,09d708b570d2..35248ba90f03
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@@ -167,11 -167,11 +167,16 @@@ lib.mapAttrs mkLicense
fullName = "Apache License 2.0";
};
+ baekmuk = {
+ spdxId = "Baekmuk";
+ fullName = "Baekmuk License";
+ };
+
+ bitstreamCharter = {
+ spdxId = "Bitstream-Charter";
+ fullName = "Bitstream Charter Font License";
+ };
+
bitstreamVera = {
spdxId = "Bitstream-Vera";
fullName = "Bitstream Vera Font License";
how do i actually submit this
|