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

This commit is contained in:
Samuel Ainsworth 2021-09-13 00:19:41 +00:00
parent ef98e15e38
commit 975d350d51
2 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@
}:
buildPythonPackage rec {
pname = "adjustText";
pname = "adjusttext";
version = "0.7.3";
src = fetchFromGitHub {

View file

@ -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 { };