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.
This commit is contained in:
Atemu 2024-04-07 11:39:20 +02:00
parent fd281bd6b7
commit d774116c85

View File

@ -807,7 +807,7 @@ rec {
meta = with lib; { meta = with lib; {
description = "Hunspell dictionary for Dutch (Netherlands) from OpenTaal"; description = "Hunspell dictionary for Dutch (Netherlands) from OpenTaal";
homepage = "https://www.opentaal.org/"; 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 ]; maintainers = with maintainers; [ artturin ];
}; };
}; };