summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/aspell-python
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2024-07-28 16:44:11 +0200
committeraleksana <me@aleksana.moe>2024-07-29 10:06:20 +0800
commit5356420466c4d7901b63acc5e337c5bf30573f8a (patch)
tree2cdc5abef66c190b870a411453c1132cada1dc25 /pkgs/development/python-modules/aspell-python
parent8e3eab28d876d770f7103c26f3d995588202862c (diff)
treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \ -e 's!with lib.maintainers; \[ *\];![ ];!' \ -e 's!with maintainers; \[ *\];![ ];!'
Diffstat (limited to 'pkgs/development/python-modules/aspell-python')
-rw-r--r--pkgs/development/python-modules/aspell-python/default.nix2
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 37c708bed5c0..3f66a9a2bf5d 100644
--- a/pkgs/development/python-modules/aspell-python/default.nix
+++ b/pkgs/development/python-modules/aspell-python/default.nix
@@ -50,6 +50,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; [ ];
+ maintainers = [ ];
};
}