summary refs log tree commit diff
path: root/pkgs/applications/misc/synergy
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-08-11 13:13:13 +0200
committeraszlig <aszlig@redmoonstudios.org>2015-08-11 13:16:10 +0200
commit5c7f05c1be02eab48016909a02d20bae28e66f15 (patch)
tree5014d2a62bdb67fc5a98461e7f5e1a122d2fc0d9 /pkgs/applications/misc/synergy
parentf91dacdd07731e06cec80b727b28b749e64f60e8 (diff)
downloadnixlib-5c7f05c1be02eab48016909a02d20bae28e66f15.tar
nixlib-5c7f05c1be02eab48016909a02d20bae28e66f15.tar.gz
nixlib-5c7f05c1be02eab48016909a02d20bae28e66f15.tar.bz2
nixlib-5c7f05c1be02eab48016909a02d20bae28e66f15.tar.lz
nixlib-5c7f05c1be02eab48016909a02d20bae28e66f15.tar.xz
nixlib-5c7f05c1be02eab48016909a02d20bae28e66f15.tar.zst
nixlib-5c7f05c1be02eab48016909a02d20bae28e66f15.zip
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 <aszlig@redmoonstudios.org>
Diffstat (limited to 'pkgs/applications/misc/synergy')
-rw-r--r--pkgs/applications/misc/synergy/default.nix4
1 files 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;