vnc2flv: add license

see issue #43716
This commit is contained in:
Pascal Wittmann
2018-08-04 16:13:28 +02:00
parent 834bc4d834
commit 997418e5ee

View File

@@ -1,4 +1,4 @@
{ fetchurl, pythonPackages }:
{ stdenv, fetchurl, pythonPackages }:
pythonPackages.buildPythonApplication rec {
name = "vnc2flv-20100207";
@@ -15,5 +15,6 @@ pythonPackages.buildPythonApplication rec {
meta = {
description = "Tool to record VNC sessions to Flash Video";
homepage = http://www.unixuser.org/~euske/python/vnc2flv/;
license = stdenv.lib.licenses.mit;
};
}