1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-09 17:46:29 +09:00

lib/licenses: add sfl

This commit is contained in:
samfundev 2024-12-28 12:58:53 -05:00
parent 2680c1eaff
commit 62f3255cd8
No known key found for this signature in database
GPG key ID: 90D590E2A224B85D

View file

@ -1164,6 +1164,13 @@ lib.mapAttrs mkLicense (
fullName = "Sendmail License";
};
sfl = {
fullName = "Source First License 1.1";
url = "https://gitlab.futo.org/videostreaming/grayjay/-/blob/master/LICENSE.md";
free = false;
redistributable = true;
};
sgi-b-20 = {
spdxId = "SGI-B-2.0";
fullName = "SGI Free Software License B v2.0";