mk-python-derivation: remove me as maintainer

The time has come ...
This commit is contained in:
Domen Kožar 2017-03-03 14:37:06 +01:00
parent 175a58dc41
commit fb40889ddb
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246

View file

@ -93,7 +93,7 @@ python.stdenv.mkDerivation (builtins.removeAttrs attrs ["disabled"] // {
platforms = python.meta.platforms;
} // meta // {
# add extra maintainer(s) to every package
maintainers = (meta.maintainers or []) ++ [ chaoflow domenkozar ];
maintainers = (meta.maintainers or []) ++ [ chaoflow ];
# a marker for release utilities to discover python packages
isBuildPythonPackage = python.meta.platforms;
};