lib/licenses: remove bsl10

Licence isn't used anywhere and nonfree.
This commit is contained in:
Linus Heckemann 2018-11-16 20:09:44 +01:00
parent 8fb1e5e166
commit 4ef0760808

View file

@ -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;