guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/07: gnu: synergy: Update project source.


From: Efraim Flashner
Subject: 01/07: gnu: synergy: Update project source.
Date: Fri, 27 May 2016 14:22:34 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit cecaee420ed0cf451c3d4d01dc15db62bbd18de8
Author: Efraim Flashner <address@hidden>
Date:   Fri May 27 14:56:49 2016 +0300

    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(-)

diff --git a/gnu/packages/synergy.scm b/gnu/packages/synergy.scm
index bc70eaf..8b53660 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 <address@hidden>
+;;; Copyright © 2016 Efraim Flashner <address@hidden>
 ;;;
 ;;; 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]