python311Packages.termcolor: update meta

This commit is contained in:
Sandro Jäckel
2024-01-18 10:43:32 +01:00
parent 88aa923563
commit b55e709167
@@ -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;
};
}