diff --git a/pkgs/tools/text/languagetool/default.nix b/pkgs/tools/text/languagetool/default.nix index 44605523529..d2929ab90f4 100644 --- a/pkgs/tools/text/languagetool/default.nix +++ b/pkgs/tools/text/languagetool/default.nix @@ -24,7 +24,7 @@ stdenv.mkDerivation rec { meta = with stdenv.lib; { homepage = "https://languagetool.org"; - license = licenses.lgpg21Plus; + license = licenses.lgpl21Plus; maintainers = with maintainers; [ edwtjo ]; descrption = "A proofreading program for English, French German, Polish, and more"; };