mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
lib/licenses: add sfl
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user