Skip to content

Commit

Permalink
mk-python-derivation: remove me as maintainer
Browse files Browse the repository at this point in the history
The time has come ...
  • Loading branch information
domenkozar committed Mar 3, 2017
1 parent 175a58d commit fb40889
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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;
};
Expand Down

0 comments on commit fb40889

Please sign in to comment.