gnu: mate-power-manager: Placate 'guix lint'.
Reported by guy fleury iteriteka <hoonandon@gmail.com>. * gnu/packages/mate.scm (mate-power-manager)[source]: Use mirror:// URL. [synopsis, description]: Adjust to placate 'guix lint'.
This commit is contained in:
parent
623d4b4662
commit
5e319c15c1
|
@ -100,8 +100,7 @@ MATE applications.")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://pub.mate-desktop.org/releases/"
|
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
|
||||||
(version-major+minor version) "/"
|
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
@ -126,7 +125,7 @@ MATE applications.")
|
||||||
("libcanberra" ,libcanberra)
|
("libcanberra" ,libcanberra)
|
||||||
("upower" ,upower)))
|
("upower" ,upower)))
|
||||||
(home-page "https://mate-desktop.org/")
|
(home-page "https://mate-desktop.org/")
|
||||||
(synopsis "A Power Manager for MATE")
|
(synopsis "Power manager for MATE")
|
||||||
(description
|
(description
|
||||||
"MATE Power Manager is a MATE session daemon that acts as a policy agent on
|
"MATE Power Manager is a MATE session daemon that acts as a policy agent on
|
||||||
top of UPower. It listens to system events and responds with user-configurable
|
top of UPower. It listens to system events and responds with user-configurable
|
||||||
|
|
Loading…
Reference in New Issue