guix-patches
[Top][All Lists]
Advanced

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

[bug#35835] [PATCH 18/31] gnu: mate-control-center: Use mirror://mate/ i


From: guy fleury iteriteka
Subject: [bug#35835] [PATCH 18/31] gnu: mate-control-center: Use mirror://mate/ in source URI.
Date: Tue, 21 May 2019 10:50:59 +0200

* gnu/packages/mate.scm(mate-control-center)[source](uri): Use
  "mirror://mate/" instead of "https://pub.mate-desktop.org/releases/";
  directly.
---
 gnu/packages/mate.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 886f47c..b3841fe 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -954,8 +954,7 @@ icons on the MATE desktop.  It works on local and remote 
file systems.")
     (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
-- 
2.21.0






reply via email to

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