3
0
Fork 0
forked from mirrors/nixpkgs

synergy: Take over maintenance.

I'm heavily using synergy for daily work, so I'm most probably going to watch
out for changes/improvements/bugs :-)

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2013-06-21 12:15:32 +02:00
parent 60ba4485b1
commit 467962b185
No known key found for this signature in database
GPG key ID: D0EBD0EC8C2DC961

View file

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