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:
Ludovic Courtès 2019-05-06 11:06:37 +02:00
parent 623d4b4662
commit 5e319c15c1
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 4 deletions

View File

@ -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