x2vnc: add licenses
This commit is contained in:
@@ -15,9 +15,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
hardeningDisable = [ "format" ];
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://fredrik.hubbe.net/x2vnc.html;
|
homepage = http://fredrik.hubbe.net/x2vnc.html;
|
||||||
description = "A program to control a remote VNC server";
|
description = "A program to control a remote VNC server";
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
license = licenses.gpl2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user