about summary refs log tree commit diff
path: root/pkgs/development/python-modules/ipython
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/ipython
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/ipython')
-rw-r--r--pkgs/development/python-modules/ipython/7.9.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/ipython/7.9.nix b/pkgs/development/python-modules/ipython/7.9.nix
index 4c8086def330c..9953868df5f3b 100644
--- a/pkgs/development/python-modules/ipython/7.9.nix
+++ b/pkgs/development/python-modules/ipython/7.9.nix
@@ -64,6 +64,6 @@ buildPythonPackage rec {
     description = "IPython: Productive Interactive Computing";
     homepage = "http://ipython.org/";
     license = licenses.bsd3;
-    maintainers = with maintainers; [ bjornfor fridh ];
+    maintainers = with maintainers; [ bjornfor ];
   };
 }