diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2021-05-19 15:18:17 +0200 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2021-05-20 03:44:21 +0200 |
| commit | 725b301206eec7caa14eb39bdc542c3a872cbadb (patch) | |
| tree | 3848911104dd68fef31bd881c33d666a650a1827 /pkgs/development/python-modules | |
| parent | python3Packages.phonemizer: stop maintaining the package (diff) | |
| download | nixpkgs-725b301206eec7caa14eb39bdc542c3a872cbadb.tar.gz | |
python3Packages.segments: stop maintaining the package
Diffstat (limited to 'pkgs/development/python-modules')
| -rw-r--r-- | pkgs/development/python-modules/segments/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/segments/default.nix b/pkgs/development/python-modules/segments/default.nix index 00953a8e9090..f1c0ad3bf0ef 100644 --- a/pkgs/development/python-modules/segments/default.nix +++ b/pkgs/development/python-modules/segments/default.nix @@ -42,6 +42,6 @@ buildPythonPackage rec { description = "Unicode Standard tokenization routines and orthography profile segmentation"; homepage = "https://github.com/cldf/segments"; license = licenses.asl20; - maintainers = with maintainers; [ hexa ]; + maintainers = with maintainers; [ ]; }; } |
