Merge pull request #86367 from das-g/black-update-homepage

python3Packages.black: update homepage
This commit is contained in:
Mario Rodas 2020-04-29 20:06:53 -05:00 committed by GitHub
commit d8d14a3349
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "The uncompromising Python code formatter";
homepage = "https://github.com/ambv/black";
homepage = "https://github.com/psf/black";
license = licenses.mit;
maintainers = with maintainers; [ sveitser ];
};