From ac767928f474129e4dde0ecd86bb5a1099b532ab Mon Sep 17 00:00:00 2001 From: Sandro Date: Tue, 8 Oct 2024 12:03:37 +0200 Subject: [PATCH] python3Packages.mtcnn: update meta.description --- pkgs/development/python-modules/mtcnn/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/mtcnn/default.nix b/pkgs/development/python-modules/mtcnn/default.nix index 7c3db77e4c52..1c25eeab5e1f 100644 --- a/pkgs/development/python-modules/mtcnn/default.nix +++ b/pkgs/development/python-modules/mtcnn/default.nix @@ -45,7 +45,7 @@ buildPythonPackage { nativeCheckInputs = [ pytestCheckHook ]; meta = { - description = "MTCNN face detection implementation for TensorFlow, as a PIP package"; + description = "MTCNN face detection implementation for TensorFlow"; homepage = "https://github.com/ipazc/mtcnn"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ derdennisop ];