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'.
master
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
(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 @@ MATE applications.")
("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+)))