We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
paveloom
1 parent 3d3b1a7 commit 1b05860Copy full SHA for 1b05860
pkgs/development/python-modules/simplemma/default.nix
@@ -32,6 +32,6 @@ buildPythonPackage rec {
32
description = "Simple multilingual lemmatizer for Python, especially useful for speed and efficiency";
33
homepage = "https://github.com/adbar/simplemma";
34
license = licenses.mit;
35
- maintainers = with maintainers; [ paveloom ];
+ maintainers = with maintainers; [ ];
36
};
37
}
0 commit comments