From b44e52b1345f39932555b8bc3ecf8f35d50b319d Mon Sep 17 00:00:00 2001 From: Jascha Geerds Date: Thu, 15 Dec 2016 22:18:29 +0100 Subject: [PATCH] languagetool: Add myself as a maintainer --- pkgs/tools/text/languagetool/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/tools/text/languagetool/default.nix b/pkgs/tools/text/languagetool/default.nix index d2929ab90f4..383e9cf72c3 100644 --- a/pkgs/tools/text/languagetool/default.nix +++ b/pkgs/tools/text/languagetool/default.nix @@ -25,7 +25,10 @@ stdenv.mkDerivation rec { meta = with stdenv.lib; { homepage = "https://languagetool.org"; license = licenses.lgpl21Plus; - maintainers = with maintainers; [ edwtjo ]; + maintainers = with maintainers; [ + edwtjo + jgeerds + ]; descrption = "A proofreading program for English, French German, Polish, and more"; }; }