languagetool: Add myself as a maintainer

(cherry picked from commit b44e52b134)
This commit is contained in:
Jascha Geerds
2016-12-15 22:18:29 +01:00
parent ec0fefdf42
commit 6b44caaff4

View File

@@ -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";
};
}