lib/licenses: remove bsl10
Licence isn't used anywhere and nonfree.
This commit is contained in:
parent
8fb1e5e166
commit
4ef0760808
1 changed files with 0 additions and 6 deletions
|
@ -105,12 +105,6 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
|
|||
fullName = ''BSD 4-clause "Original" or "Old" License'';
|
||||
};
|
||||
|
||||
bsl10 = {
|
||||
fullName = "Business Source License 1.0";
|
||||
url = https://mariadb.com/bsl10;
|
||||
free = false;
|
||||
};
|
||||
|
||||
bsl11 = {
|
||||
fullName = "Business Source License 1.1";
|
||||
url = https://mariadb.com/bsl11;
|
||||
|
|
Loading…
Reference in a new issue