Skip to content

Commit 1b05860

Browse files
committed
python3Packages.simplemma: remove paveloom from maintainers
1 parent 3d3b1a7 commit 1b05860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/development/python-modules/simplemma/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ buildPythonPackage rec {
3232
description = "Simple multilingual lemmatizer for Python, especially useful for speed and efficiency";
3333
homepage = "https://github.com/adbar/simplemma";
3434
license = licenses.mit;
35-
maintainers = with maintainers; [ paveloom ];
35+
maintainers = with maintainers; [ ];
3636
};
3737
}

0 commit comments

Comments
 (0)