python3Packages.mtcnn: update meta.description

This commit is contained in:
Sandro 2024-10-08 12:03:37 +02:00 committed by GitHub
parent 6ed529c47c
commit ac767928f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ];