black: add autophagy as maintainer

This commit is contained in:
Mika Naylor 2021-10-25 12:39:19 +02:00
parent b4d6ef1c94
commit 40cc369f75

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