lol

python3Packages.{adjustText -> adjusttext}: PEP-503 naming

+4 -4
+3 -3
pkgs/development/python-modules/adjustText/default.nix pkgs/development/python-modules/adjusttext/default.nix
··· 6 6 }: 7 7 8 8 buildPythonPackage rec { 9 - pname = "adjustText"; 9 + pname = "adjusttext"; 10 10 version = "0.7.3"; 11 11 12 12 src = fetchFromGitHub { ··· 22 22 23 23 meta = with lib; { 24 24 description = "Iteratively adjust text position in matplotlib plots to minimize overlaps"; 25 - homepage = "https://github.com/Phlya/adjustText"; 26 - license = licenses.mit; 25 + homepage = "https://github.com/Phlya/adjustText"; 26 + license = licenses.mit; 27 27 maintainers = with maintainers; [ samuela ]; 28 28 }; 29 29 }
+1 -1
pkgs/top-level/python-packages.nix
··· 209 209 210 210 adguardhome = callPackage ../development/python-modules/adguardhome { }; 211 211 212 - adjustText = callPackage ../development/python-modules/adjustText { }; 212 + adjusttext = callPackage ../development/python-modules/adjusttext { }; 213 213 214 214 advantage-air = callPackage ../development/python-modules/advantage-air { }; 215 215