3
0
Fork 0
forked from mirrors/nixpkgs

set platforms and correct license to synergy

This commit is contained in:
Domen Kozar 2013-03-28 12:47:27 +01:00
parent 8a42c8b94e
commit 229616de83

View file

@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Tool to share the mouse keyboard and the clipboard between computers";
homepage = http://synergy-foss.org;
license = "GPL";
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.all;
};
}