gnu: synergy: Update project source.
* gnu/packages/synergy.scm (synergy)[source]: Use new location. [home-page]: Use project's new website.
This commit is contained in:
parent
ea3d5291cc
commit
cecaee420e
|
@ -1,5 +1,6 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2014, 2015 Eric Bavier <bavier@member.fsf.org>
|
;;; Copyright © 2014, 2015 Eric Bavier <bavier@member.fsf.org>
|
||||||
|
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -36,7 +37,7 @@
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(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"))
|
"v" version "-stable.tar.gz"))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
|
@ -105,7 +106,7 @@
|
||||||
"synergy.conf.example-advanced"
|
"synergy.conf.example-advanced"
|
||||||
"synergy.conf.example-basic")))))
|
"synergy.conf.example-basic")))))
|
||||||
%standard-phases))))))
|
%standard-phases))))))
|
||||||
(home-page "http://www.synergy-project.org")
|
(home-page "http://symless.com/")
|
||||||
(synopsis "Mouse and keyboard sharing utility")
|
(synopsis "Mouse and keyboard sharing utility")
|
||||||
(description
|
(description
|
||||||
"Synergy brings your computers together in one cohesive experience; its
|
"Synergy brings your computers together in one cohesive experience; its
|
||||||
|
|
Loading…
Reference in New Issue