python3Packages.isort: update homepage
This commit is contained in:
parent
19cbedb767
commit
09ab575e37
|
@ -36,7 +36,7 @@ in buildPythonPackage rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "A Python utility / library to sort Python imports";
|
||||
homepage = "https://github.com/timothycrosley/isort";
|
||||
homepage = "https://github.com/PyCQA/isort";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ couchemar nand0p ];
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue