treewide: remove danieldk as maintainer from a set of packages

I currently do not have much time to work on nixpkgs. Remove
myself as a maintainer from a bunch of packages to avoid that
people are waiting on me for a review.
This commit is contained in:
Daniël de Kok
2021-09-12 14:42:12 +00:00
parent 40fb94e3b7
commit 6f2ce2a65e
42 changed files with 42 additions and 42 deletions
@@ -34,6 +34,6 @@ buildPythonPackage rec {
homepage = "https://github.com/PyO3/setuptools-rust";
changelog = "https://github.com/PyO3/setuptools-rust/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ danieldk ];
maintainers = with maintainers; [ ];
};
}