diff --git a/pkgs/development/python-modules/adjustText/default.nix b/pkgs/development/python-modules/adjusttext/default.nix similarity index 82% rename from pkgs/development/python-modules/adjustText/default.nix rename to pkgs/development/python-modules/adjusttext/default.nix index 56f0fa930521..5a1d3f936ec0 100644 --- a/pkgs/development/python-modules/adjustText/default.nix +++ b/pkgs/development/python-modules/adjusttext/default.nix @@ -6,7 +6,7 @@ }: buildPythonPackage rec { - pname = "adjustText"; + pname = "adjusttext"; version = "0.7.3"; src = fetchFromGitHub { @@ -22,8 +22,8 @@ buildPythonPackage rec { meta = with lib; { description = "Iteratively adjust text position in matplotlib plots to minimize overlaps"; - homepage = "https://github.com/Phlya/adjustText"; - license = licenses.mit; + homepage = "https://github.com/Phlya/adjustText"; + license = licenses.mit; maintainers = with maintainers; [ samuela ]; }; } diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 0d49c4611c1f..a08e8d1f79f8 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -209,7 +209,7 @@ in { adguardhome = callPackage ../development/python-modules/adguardhome { }; - adjustText = callPackage ../development/python-modules/adjustText { }; + adjusttext = callPackage ../development/python-modules/adjusttext { }; advantage-air = callPackage ../development/python-modules/advantage-air { };