diff options
| author | Sandro Jäckel <sandro.jaeckel@gmail.com> | 2023-07-23 19:30:22 +0200 |
|---|---|---|
| committer | Sandro Jäckel <sandro.jaeckel@gmail.com> | 2023-07-23 19:30:22 +0200 |
| commit | cf6c96533bb52f6cd33651257a232269c48cd167 (patch) | |
| tree | c34647289a921b540a62aceb22659c8ae98687a6 /pkgs/development/python-modules/aspell-python | |
| parent | ad274bf46a418c5db3e3e94ef9295f8824fc2729 (diff) | |
treewide: reduce packages I maintainer
Diffstat (limited to 'pkgs/development/python-modules/aspell-python')
| -rw-r--r-- | pkgs/development/python-modules/aspell-python/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/aspell-python/default.nix b/pkgs/development/python-modules/aspell-python/default.nix index 49cf9e21a32d..1af34b43fc29 100644 --- a/pkgs/development/python-modules/aspell-python/default.nix +++ b/pkgs/development/python-modules/aspell-python/default.nix @@ -54,6 +54,6 @@ buildPythonPackage rec { description = "Python wrapper for aspell (C extension and Python version)"; homepage = "https://github.com/WojciechMula/aspell-python"; license = licenses.bsd3; - maintainers = with maintainers; [ SuperSandro2000 ]; + maintainers = with maintainers; [ ]; }; } |
