languagetool: Add myself as a maintainer
This commit is contained in:
parent
921a6f8b56
commit
b44e52b134
@ -25,7 +25,10 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://languagetool.org";
|
homepage = "https://languagetool.org";
|
||||||
license = licenses.lgpl21Plus;
|
license = licenses.lgpl21Plus;
|
||||||
maintainers = with maintainers; [ edwtjo ];
|
maintainers = with maintainers; [
|
||||||
|
edwtjo
|
||||||
|
jgeerds
|
||||||
|
];
|
||||||
descrption = "A proofreading program for English, French German, Polish, and more";
|
descrption = "A proofreading program for English, French German, Polish, and more";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user