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
1 changed files with 3 additions and 4 deletions
|
@ -100,8 +100,7 @@ (define-public mate-power-manager
|
|||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://pub.mate-desktop.org/releases/"
|
||||
(version-major+minor version) "/"
|
||||
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
|
@ -126,10 +125,10 @@ (define-public mate-power-manager
|
|||
("libcanberra" ,libcanberra)
|
||||
("upower" ,upower)))
|
||||
(home-page "https://mate-desktop.org/")
|
||||
(synopsis "A Power Manager for MATE")
|
||||
(synopsis "Power manager for MATE")
|
||||
(description
|
||||
"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
|
||||
actions.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue