diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-05-27 14:56:49 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-05-27 14:56:49 +0300 |
commit | cecaee420ed0cf451c3d4d01dc15db62bbd18de8 (patch) | |
tree | a6792a5a120d50ab203bff23e6d7ed7545e09419 | |
parent | ea3d5291ccad5b78a0edafc986366633eb60d2fe (diff) | |
download | guix-cecaee420ed0cf451c3d4d01dc15db62bbd18de8.tar guix-cecaee420ed0cf451c3d4d01dc15db62bbd18de8.tar.gz |
gnu: synergy: Update project source.
* gnu/packages/synergy.scm (synergy)[source]: Use new location.
[home-page]: Use project's new website.
-rw-r--r-- | gnu/packages/synergy.scm | 5 |
1 files changed, 3 insertions, 2 deletions
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 <bavier@member.fsf.org> +;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il> ;;; ;;; This file is part of GNU Guix. ;;; @@ -36,7 +37,7 @@ (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 @@ "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 |