about summary refs log tree commit diff
path: root/pkgs/development/python-modules/black
diff options
context:
space:
mode:
authorRaphael Borun Das Gupta <git@raphael.dasgupta.ch>2020-04-30 02:06:34 +0200
committerRaphael Borun Das Gupta <git@raphael.dasgupta.ch>2020-04-30 02:07:32 +0200
commit97d6fc89534a1d1ac858e7ba4ca2e166d75d7b93 (patch)
tree1f09c0738723ff329d56615b9db98ef75dffea52 /pkgs/development/python-modules/black
parent8e4e6fcf9dc9a1568cd83c33310bcc899c733a39 (diff)
python3Packages.black: update homepage
The repo is now in the PSF GitHub org.
Diffstat (limited to 'pkgs/development/python-modules/black')
-rw-r--r--pkgs/development/python-modules/black/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/black/default.nix b/pkgs/development/python-modules/black/default.nix
index 4b4d2e4a90386..997f20e137db0 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 ];
   };