Unverified Commit ac767928 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

python3Packages.mtcnn: update meta.description

parent 6ed529c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];