misc: Remove myself from list of maintainers
Unfortunately I don't have the time anymore to maintain those packages.
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user