From 3e86f355803aa6b0ea97ebab1db76602577d86f4 Mon Sep 17 00:00:00 2001 From: Artturin Date: Wed, 29 Sep 2021 23:29:37 +0300 Subject: [PATCH] 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 --- pkgs/development/libraries/hunspell/dictionaries.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/hunspell/dictionaries.nix b/pkgs/development/libraries/hunspell/dictionaries.nix index f1a2aa0c6c60..bc651dc4eedc 100644 --- a/pkgs/development/libraries/hunspell/dictionaries.nix +++ b/pkgs/development/libraries/hunspell/dictionaries.nix @@ -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 ]; }; };