languagetool: Add myself as a maintainer

This commit is contained in:
Jascha Geerds 2016-12-15 22:18:29 +01:00
parent 921a6f8b56
commit b44e52b134

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