python3Packages.black: update homepage

The repo is now in the PSF GitHub org.
wip/yesman
Raphael Borun Das Gupta 4 years ago
parent 8e4e6fcf9d
commit 97d6fc8953
  1. 2
      pkgs/development/python-modules/black/default.nix

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

Loading…
Cancel
Save