Unverified Commit b55e7091 authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

python311Packages.termcolor: update meta

parent 88aa9235
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -30,9 +30,8 @@ buildPythonPackage rec {
  ];

  meta = with lib; {
    description = "Termcolor";
    homepage = "https://pypi.python.org/pypi/termcolor";
    description = "ANSI color formatting for output in terminal";
    homepage = "https://github.com/termcolor/termcolor";
    license = licenses.mit;
  };

}