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
commit ae81029abd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

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

View File

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