languagetool: fix eval

This commit is contained in:
Bjørn Forsman 2016-10-05 17:04:50 +02:00
parent 197b9ec123
commit 1021797201

View file

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://languagetool.org"; homepage = "https://languagetool.org";
license = licenses.lgpg21Plus; license = licenses.lgpl21Plus;
maintainers = with maintainers; [ edwtjo ]; maintainers = with maintainers; [ edwtjo ];
descrption = "A proofreading program for English, French German, Polish, and more"; descrption = "A proofreading program for English, French German, Polish, and more";
}; };