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