python3Packages.isort: update homepage

This commit is contained in:
Jonathan Ringer 2020-11-29 12:28:25 -08:00 committed by Frederik Rietdijk
parent 19cbedb767
commit 09ab575e37
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ in buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "A Python utility / library to sort Python imports"; description = "A Python utility / library to sort Python imports";
homepage = "https://github.com/timothycrosley/isort"; homepage = "https://github.com/PyCQA/isort";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ couchemar nand0p ]; maintainers = with maintainers; [ couchemar nand0p ];
}; };