Merge pull request #142844 from autophagy/black-add-autophagy

black: add autophagy as maintainer
This commit is contained in:
Bobby Rong
2021-10-25 19:10:39 +08:00
committed by GitHub
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -1080,6 +1080,12 @@
githubId = 354741;
name = "Austin Butler";
};
autophagy = {
email = "mail@autophagy.io";
github = "autophagy";
githubId = 12958979;
name = "Mika Naylor";
};
avaq = {
email = "nixpkgs@account.avaq.it";
github = "avaq";
@@ -80,6 +80,6 @@ buildPythonPackage rec {
homepage = "https://github.com/psf/black";
changelog = "https://github.com/psf/black/blob/${version}/CHANGES.md";
license = licenses.mit;
maintainers = with maintainers; [ sveitser ];
maintainers = with maintainers; [ sveitser autophagy ];
};
}