x2vnc: add licenses
This commit is contained in:
parent
0052a756d2
commit
f24a78f671
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user