Unverified Commit 42cebbe5 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

Merge pull request #302301 from Atemu/hunspell-dicts-nl-NL-license

hunspellDicts.nl_NL: correct license
parents efe8ce06 d774116c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
    };
  };