From 97d6fc89534a1d1ac858e7ba4ca2e166d75d7b93 Mon Sep 17 00:00:00 2001 From: Raphael Borun Das Gupta Date: Thu, 30 Apr 2020 02:06:34 +0200 Subject: [PATCH] python3Packages.black: update homepage The repo is now in the PSF GitHub org. --- pkgs/development/python-modules/black/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/black/default.nix b/pkgs/development/python-modules/black/default.nix index 4b4d2e4a903..997f20e137d 100644 --- a/pkgs/development/python-modules/black/default.nix +++ b/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 ]; };