mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-13 11:30:35 +08:00
languagetool: Add myself as a maintainer
(cherry picked from commit b44e52b134)
This commit is contained in:
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user