misc: Remove myself from list of maintainers

Unfortunately I don't have the time anymore to maintain those
packages.
This commit is contained in:
Jascha Geerds
2019-03-12 23:45:33 +01:00
parent c484d9b501
commit ffedc3e4a9
69 changed files with 64 additions and 73 deletions

View File

@@ -47,7 +47,7 @@ buildPythonPackage rec {
homepage = http://www.ansible.com;
description = "Radically simple IT automation";
license = [ licenses.gpl3 ] ;
maintainers = with maintainers; [ jgeerds joamaki costrouc ];
maintainers = with maintainers; [ joamaki costrouc ];
platforms = platforms.linux ++ platforms.darwin;
};
}

View File

@@ -28,7 +28,6 @@ buildPythonPackage rec {
homepage = https://github.com/docker/docker-py;
license = licenses.asl20;
maintainers = with maintainers; [
jgeerds
];
};
}

View File

@@ -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 ];
};
}

View File

@@ -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 ];
};
}

View File

@@ -22,7 +22,7 @@ buildPythonPackage rec {
description = "Configuration manager for python applications";
homepage = https://kaptan.readthedocs.io/;
license = licenses.bsd3;
maintainers = with maintainers; [ jgeerds ];
maintainers = with maintainers; [ ];
};
}

View File

@@ -21,6 +21,6 @@ buildPythonPackage rec {
description = "Scripting library for tmux";
homepage = https://libtmux.readthedocs.io/;
license = licenses.bsd3;
maintainers = with maintainers; [ jgeerds ];
maintainers = with maintainers; [ ];
};
}

View File

@@ -26,6 +26,6 @@ buildPythonPackage rec {
description = "Plugin and hook calling mechanisms for Python";
homepage = "https://pypi.python.org/pypi/pluggy";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ jgeerds ];
maintainers = with lib.maintainers; [ ];
};
}
}

View File

@@ -43,6 +43,6 @@ buildPythonPackage rec {
homepage = http://praw.readthedocs.org/;
license = licenses.gpl3;
platforms = platforms.all;
maintainers = with maintainers; [ jgeerds ];
maintainers = with maintainers; [ ];
};
}

View File

@@ -31,6 +31,6 @@ buildPythonPackage rec {
homepage = http://praw.readthedocs.org/;
license = licenses.gpl3;
platforms = platforms.all;
maintainers = with maintainers; [ jgeerds ];
maintainers = with maintainers; [ ];
};
}

View File

@@ -30,7 +30,7 @@ buildPythonPackage rec {
description = "Python client bindings for D-Bus AT-SPI";
homepage = https://wiki.linuxfoundation.org/accessibility/d-bus;
license = licenses.gpl2;
maintainers = with maintainers; [ jgeerds jtojnar ];
maintainers = with maintainers; [ jtojnar ];
platforms = with platforms; unix;
};
}

View File

@@ -21,6 +21,6 @@ buildPythonPackage rec {
description = "pytest plugin to re-run tests to eliminate flaky failures";
homepage = https://github.com/pytest-dev/pytest-rerunfailures;
license = licenses.mpl20;
maintainers = with maintainers; [ jgeerds ];
maintainers = with maintainers; [ ];
};
}

View File

@@ -30,6 +30,6 @@ buildPythonPackage rec {
description = "A toolbelt of useful classes and functions to be used with python-requests";
homepage = http://toolbelt.rtfd.org;
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ matthiasbeyer jgeerds ];
maintainers = with lib.maintainers; [ matthiasbeyer ];
};
}
}

View File

@@ -18,6 +18,6 @@ buildPythonPackage rec {
homepage = https://bitbucket.org/pypa/setuptools_scm/;
description = "Handles managing your python package versions in scm metadata";
license = licenses.mit;
maintainers = with maintainers; [ jgeerds ];
maintainers = with maintainers; [ ];
};
}