From d774116c85b1330b2bf9e812cfca7741c0807e08 Mon Sep 17 00:00:00 2001 From: Atemu Date: Sun, 7 Apr 2024 11:39:20 +0200 Subject: [PATCH] hunspellDicts.nl_NL: correct license The previous authors were incorrect: It's just BY, not BY-NC; CC-BY-3.0 is free. I opted to use the in-line comment syntax to denote a dual-license. See https://github.com/NixOS/nixpkgs/issues/283706 for more information. --- 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 d62f672f0660..3f6127502d68 100644 --- a/pkgs/development/libraries/hunspell/dictionaries.nix +++ b/pkgs/development/libraries/hunspell/dictionaries.nix @@ -807,7 +807,7 @@ rec { meta = with lib; { description = "Hunspell dictionary for Dutch (Netherlands) from OpenTaal"; homepage = "https://www.opentaal.org/"; - license = with licenses; [ bsd3 ]; # and/or cc-by-nc-30 + license = with licenses; [ bsd3 /* or */ cc-by-30 ]; maintainers = with maintainers; [ artturin ]; }; };