summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/matplotlib-inline
diff options
context:
space:
mode:
authorPaul Meyer <49727155+katexochen@users.noreply.github.com>2024-06-25 09:11:25 +0200
committerPaul Meyer <49727155+katexochen@users.noreply.github.com>2024-06-25 09:16:56 +0200
commitfbe8538aa1c339d30082008a2bc634d00730cf0d (patch)
tree2b26e363ea3f54b13017dccb0702e887aa173791 /pkgs/development/python-modules/matplotlib-inline
parent6f73c1a2ba445b6eac07514e4c64b6583d3da37b (diff)
treewide: remove jonringer as package maintainer
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
Diffstat (limited to 'pkgs/development/python-modules/matplotlib-inline')
-rw-r--r--pkgs/development/python-modules/matplotlib-inline/default.nix2
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 7960b5cdc2bc..603809455ffc 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; [ jonringer ];
+ maintainers = with maintainers; [ ];
};
}