about summary refs log tree commit diff
path: root/pkgs/development/python-modules/nbformat
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-06-05 18:43:38 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2020-06-05 18:43:40 +0200
commit8def595c2e09a0861bbc2d48a73b924a12a98a73 (patch)
treeddc8dd5409dea28a9a1c289b2c66428342f402a5 /pkgs/development/python-modules/nbformat
parent913bee36eda54e1edceccdef0cb6b161ba85269e (diff)
Remove fridh as maintainer of older Python packages
I am not interested in maintaining packages for Python < 3.7.
Diffstat (limited to 'pkgs/development/python-modules/nbformat')
-rw-r--r--pkgs/development/python-modules/nbformat/2.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/nbformat/2.nix b/pkgs/development/python-modules/nbformat/2.nix
index faf2cee2b0084..06d02520b20d4 100644
--- a/pkgs/development/python-modules/nbformat/2.nix
+++ b/pkgs/development/python-modules/nbformat/2.nix
@@ -36,6 +36,6 @@ buildPythonPackage rec {
     description = "The Jupyter Notebook format";
     homepage = "https://jupyter.org/";
     license = lib.licenses.bsd3;
-    maintainers = with lib.maintainers; [ fridh globin ];
+    maintainers = with lib.maintainers; [ globin ];
   };
 }