mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
Merge pull request #233050 from NixOS/bsl-is-redistributable
lib/licenses: Business Source License 1.1 is redistributable
This commit is contained in:
commit
f4520c5e78
1 changed files with 1 additions and 0 deletions
|
@ -202,6 +202,7 @@ in mkLicense lset) ({
|
||||||
fullName = "Business Source License 1.1";
|
fullName = "Business Source License 1.1";
|
||||||
url = "https://mariadb.com/bsl11";
|
url = "https://mariadb.com/bsl11";
|
||||||
free = false;
|
free = false;
|
||||||
|
redistributable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
caossl = {
|
caossl = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue