python312Packages.camel-converter: fix description

This commit is contained in:
Fabian Affolter
2024-09-28 22:34:26 +02:00
parent b1ef053efa
commit c461b76ceb
@@ -42,7 +42,7 @@ buildPythonPackage rec {
];
meta = with lib; {
description = "Client for the Meilisearch API";
description = "Module to convert strings from snake case to camel case or camel case to snake case";
homepage = "https://github.com/sanders41/camel-converter";
changelog = "https://github.com/sanders41/camel-converter/releases/tag/v${version}";
license = licenses.mit;