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

python3Packages.black: update homepage

authored by Mario Rodas and committed by GitHub d8d14a33 75c39e0d

+1 -1
+1 -1
pkgs/development/python-modules/black/default.nix
··· 34 34 35 35 meta = with stdenv.lib; { 36 36 description = "The uncompromising Python code formatter"; 37 - homepage = "https://github.com/ambv/black"; 37 + homepage = "https://github.com/psf/black"; 38 38 license = licenses.mit; 39 39 maintainers = with maintainers; [ sveitser ]; 40 40 };