From c461b76cebd36dd414e83c76b907a625b820ea8d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 28 Sep 2024 22:34:26 +0200 Subject: [PATCH] python312Packages.camel-converter: fix description --- pkgs/development/python-modules/camel-converter/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/camel-converter/default.nix b/pkgs/development/python-modules/camel-converter/default.nix index 1dcb1e9049e8..5837ef4d0c7c 100644 --- a/pkgs/development/python-modules/camel-converter/default.nix +++ b/pkgs/development/python-modules/camel-converter/default.nix @@ -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;