From cecaee420ed0cf451c3d4d01dc15db62bbd18de8 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Fri, 27 May 2016 14:56:49 +0300 Subject: gnu: synergy: Update project source. * gnu/packages/synergy.scm (synergy)[source]: Use new location. [home-page]: Use project's new website. --- gnu/packages/synergy.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/synergy.scm b/gnu/packages/synergy.scm index bc70eaf838..8b53660fce 100644 --- a/gnu/packages/synergy.scm +++ b/gnu/packages/synergy.scm @@ -1,5 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2014, 2015 Eric Bavier +;;; Copyright © 2016 Efraim Flashner ;;; ;;; This file is part of GNU Guix. ;;; @@ -36,7 +37,7 @@ (define-public synergy (source (origin (method url-fetch) - (uri (string-append "https://github.com/synergy/synergy/archive/" + (uri (string-append "https://github.com/symless/synergy/archive/" "v" version "-stable.tar.gz")) (file-name (string-append name "-" version ".tar.gz")) (sha256 @@ -105,7 +106,7 @@ (define-public synergy "synergy.conf.example-advanced" "synergy.conf.example-basic"))))) %standard-phases)))))) - (home-page "http://www.synergy-project.org") + (home-page "http://symless.com/") (synopsis "Mouse and keyboard sharing utility") (description "Synergy brings your computers together in one cohesive experience; its -- cgit v1.2.3