Commit c461b76c authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.camel-converter: fix description

parent b1ef053e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;