From 5c7f05c1be02eab48016909a02d20bae28e66f15 Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 11 Aug 2015 13:13:13 +0200 Subject: [PATCH] synergy: Update meta.description + meta.homepage. I don't know what a "mouse keyboard" is, but instead of fixing the description, let's use the one from the upstream README file, which is also shorter than what we previously had. The homepage http://synergy-foss.org/ is outdate since ages, so let's point to the new site. Signed-off-by: aszlig --- pkgs/applications/misc/synergy/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/misc/synergy/default.nix b/pkgs/applications/misc/synergy/default.nix index 1c97223a955e..30b0c5d183c6 100644 --- a/pkgs/applications/misc/synergy/default.nix +++ b/pkgs/applications/misc/synergy/default.nix @@ -34,8 +34,8 @@ stdenv.mkDerivation rec { checkPhase = "../bin/unittests"; meta = { - description = "Tool to share the mouse keyboard and the clipboard between computers"; - homepage = http://synergy-foss.org; + description = "Share one mouse and keyboard between multiple computers"; + homepage = "http://synergy-project.org/"; license = licenses.gpl2; maintainers = [ maintainers.aszlig ]; platforms = platforms.all;