Tuomas Tynkkynen
2017-09-22 17:25:38 +03:00
parent 6237ece367
commit ab71280823
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -19,6 +19,6 @@ stdenv.mkDerivation rec {
'';
homepage = http://www.bunkus.org/videotools/ogmtools/;
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.all;
platforms = stdenv.lib.platforms.linux;
};
}