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