vapoursynth-mvtools: 17 -> 19

This commit is contained in:
rnhmjoj
2017-09-12 04:24:22 +02:00
parent 3f9661588b
commit a7eb2e01bc
2 changed files with 6 additions and 6 deletions

View File

@@ -35,9 +35,9 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A video processing framework with the future in mind";
homepage = http://www.vapoursynth.com/;
license = licenses.lgpl21;
platforms = platforms.unix;
homepage = http://www.vapoursynth.com/;
license = licenses.lgpl21;
platforms = platforms.unix;
maintainers = with maintainers; [ rnhmjoj ];
};