summary refs log tree commit diff
path: root/pkgs/development/python-modules/ipython
diff options
context:
space:
mode:
authorJascha Geerds <jascha@geerds.org>2019-03-12 23:45:33 +0100
committerJascha Geerds <jascha@geerds.org>2019-03-12 23:50:52 +0100
commitffedc3e4a916a3dd167a6e371368bfd645d245f4 (patch)
treea0e49e656b1d728928e389a3ef9b0fdcc24deffd /pkgs/development/python-modules/ipython
parentc484d9b5011a3c710424ea14332d02047ff12b39 (diff)
downloadnixpkgs-ffedc3e4a916a3dd167a6e371368bfd645d245f4.tar
nixpkgs-ffedc3e4a916a3dd167a6e371368bfd645d245f4.tar.gz
nixpkgs-ffedc3e4a916a3dd167a6e371368bfd645d245f4.tar.bz2
nixpkgs-ffedc3e4a916a3dd167a6e371368bfd645d245f4.tar.lz
nixpkgs-ffedc3e4a916a3dd167a6e371368bfd645d245f4.tar.xz
nixpkgs-ffedc3e4a916a3dd167a6e371368bfd645d245f4.tar.zst
nixpkgs-ffedc3e4a916a3dd167a6e371368bfd645d245f4.zip
misc: Remove myself from list of maintainers
Unfortunately I don't have the time anymore to maintain those
packages.
Diffstat (limited to 'pkgs/development/python-modules/ipython')
-rw-r--r--pkgs/development/python-modules/ipython/5.nix2
-rw-r--r--pkgs/development/python-modules/ipython/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/ipython/5.nix b/pkgs/development/python-modules/ipython/5.nix
index 58034eaacf0..3709ba40dc0 100644
--- a/pkgs/development/python-modules/ipython/5.nix
+++ b/pkgs/development/python-modules/ipython/5.nix
@@ -58,6 +58,6 @@ buildPythonPackage rec {
     description = "IPython: Productive Interactive Computing";
     homepage = http://ipython.org/;
     license = lib.licenses.bsd3;
-    maintainers = with lib.maintainers; [ bjornfor jgeerds orivej lnl7 ];
+    maintainers = with lib.maintainers; [ bjornfor orivej lnl7 ];
   };
 }
diff --git a/pkgs/development/python-modules/ipython/default.nix b/pkgs/development/python-modules/ipython/default.nix
index 5aa4b15f462..10bc1ecf2f8 100644
--- a/pkgs/development/python-modules/ipython/default.nix
+++ b/pkgs/development/python-modules/ipython/default.nix
@@ -60,6 +60,6 @@ buildPythonPackage rec {
     description = "IPython: Productive Interactive Computing";
     homepage = http://ipython.org/;
     license = lib.licenses.bsd3;
-    maintainers = with lib.maintainers; [ bjornfor jgeerds fridh ];
+    maintainers = with lib.maintainers; [ bjornfor fridh ];
   };
 }