summary refs log tree commit diff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-05-06 11:06:37 +0200
committerLudovic Courtès <ludo@gnu.org>2019-05-06 11:06:37 +0200
commit5e319c15c18e3243b2800520c176ccde848b4c97 (patch)
treea0966bb15d60f50467c4d6e8eb965e133fdc78f2
parent623d4b4662649766354de69a041b2fa8ed12cf03 (diff)
downloadguix-5e319c15c18e3243b2800520c176ccde848b4c97.tar.gz
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'.
-rw-r--r--gnu/packages/mate.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 6ac7527a38..fe03407fc9 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -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+)))