Loading pkgs/development/python-modules/mtcnn/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 ]; Loading Loading
pkgs/development/python-modules/mtcnn/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 ]; Loading