From 10217972014788ec4b756773c602b39e5e3b7e14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Forsman?= Date: Wed, 5 Oct 2016 17:04:50 +0200 Subject: [PATCH] languagetool: fix eval --- pkgs/tools/text/languagetool/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/text/languagetool/default.nix b/pkgs/tools/text/languagetool/default.nix index 44605523529c..d2929ab90f42 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"; };