python3Packages.black: update homepage

The repo is now in the PSF GitHub org.
This commit is contained in:
Raphael Borun Das Gupta 2020-04-30 02:06:34 +02:00
parent 8e4e6fcf9d
commit 97d6fc8953

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