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
1 changed files with 1 additions and 1 deletions

View File

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