mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 09:36:20 +09:00
lib/licenses: add sfl
This commit is contained in:
parent
2680c1eaff
commit
62f3255cd8
1 changed files with 7 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue