treewide: remove myself from a few packages I don't use anymore

This commit is contained in:
Maximilian Bosch
2020-03-11 22:20:26 +01:00
parent 24b6b8fd46
commit b7cdb64ac2
4 changed files with 4 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ buildPythonPackage rec {
description = "Python bindings for the remote Jenkins API";
homepage = "https://pypi.python.org/pypi/python-jenkins";
license = licenses.bsd3;
maintainers = with maintainers; [ ma27 ];
maintainers = with maintainers; [ ];
};
}