diff options
| author | Jörg Thalheim <joerg@thalheim.io> | 2024-07-28 16:44:11 +0200 |
|---|---|---|
| committer | aleksana <me@aleksana.moe> | 2024-07-29 10:06:20 +0800 |
| commit | 5356420466c4d7901b63acc5e337c5bf30573f8a (patch) | |
| tree | 2cdc5abef66c190b870a411453c1132cada1dc25 /pkgs/development/python-modules/matplotlib-inline | |
| parent | 8e3eab28d876d770f7103c26f3d995588202862c (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/matplotlib-inline')
| -rw-r--r-- | pkgs/development/python-modules/matplotlib-inline/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/matplotlib-inline/default.nix b/pkgs/development/python-modules/matplotlib-inline/default.nix index 603809455ffc..e12969a95c14 100644 --- a/pkgs/development/python-modules/matplotlib-inline/default.nix +++ b/pkgs/development/python-modules/matplotlib-inline/default.nix @@ -45,6 +45,6 @@ buildPythonPackage rec { description = "Matplotlib Inline Back-end for IPython and Jupyter"; homepage = "https://github.com/ipython/matplotlib-inline"; license = licenses.bsd3; - maintainers = with maintainers; [ ]; + maintainers = [ ]; }; } |
