mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 11:23:29 +00:00
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:
parent
fd281bd6b7
commit
d774116c85
@ -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 ];
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user