vncrec: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-08-04 16:10:58 +02:00
parent e5ef637fc2
commit 834bc4d834
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
description = "VNC recorder";
homepage = http://ronja.twibright.com/utils/vncrec/;
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.gpl2;
};
}