hunspellDicts.nl_nl: move cc-by-nc-30 out of the license field since it

is a unfree license

their readme says bsd3 and/or cc-by-nc-30

https://github.com/OpenTaal/opentaal-hunspell/blob/master/LICENSE.txt#L53
This commit is contained in:
Artturin
2021-09-29 23:31:34 +03:00
parent af51852adf
commit 3e86f35580
@@ -806,7 +806,7 @@ in rec {
meta = with lib; {
description = "Hunspell dictionary for Dutch (Netherlands) from OpenTaal";
homepage = "https://www.opentaal.org/";
license = with licenses; [ bsd3 cc-by-nc-30 ];
license = with licenses; [ bsd3 ]; # and/or cc-by-nc-30
maintainers = with maintainers; [ artturin ];
};
};