python3Packages.black: update homepage
The repo is now in the PSF GitHub org.
This commit is contained in:
parent
8e4e6fcf9d
commit
97d6fc8953
@ -34,7 +34,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "The uncompromising Python code formatter";
|
description = "The uncompromising Python code formatter";
|
||||||
homepage = "https://github.com/ambv/black";
|
homepage = "https://github.com/psf/black";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ sveitser ];
|
maintainers = with maintainers; [ sveitser ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user