Commit 69f85187 authored by Emily's avatar Emily
Browse files

python3Packages.ffmpeg-python: adopt

parent ca80d704
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,6 +52,6 @@ buildPythonPackage rec {
    description = "Python bindings for FFmpeg - with complex filtering support";
    homepage = "https://github.com/kkroening/ffmpeg-python";
    license = lib.licenses.asl20;
    maintainers = [ ];
    maintainers = [ lib.maintainers.emily ];
  };
}