guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

12/19: gnu: mate-power-manager: Placate 'guix lint'.


From: guix-commits
Subject: 12/19: gnu: mate-power-manager: Placate 'guix lint'.
Date: Mon, 6 May 2019 05:19:36 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 5e319c15c18e3243b2800520c176ccde848b4c97
Author: Ludovic Courtès <address@hidden>
Date:   Mon May 6 11:06:37 2019 +0200

    gnu: mate-power-manager: Placate 'guix lint'.
    
    Reported by guy fleury iteriteka <address@hidden>.
    
    * gnu/packages/mate.scm (mate-power-manager)[source]: Use mirror:// URL.
    [synopsis, description]: Adjust to placate 'guix lint'.
---
 gnu/packages/mate.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 6ac7527..fe03407 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+)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]