diff mbox series

[bug#35818,31/31] gnu: mate-themes: Use mirror://mate/themes/in source URI.

Message ID 20190521085112.1985-31-hoonandon@gmail.com
State Accepted
Headers show
Series [bug#35818,01/31] gnu: mate-common: Use mirror://mate/ insource URI. | expand

Checks

Context Check Description
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed

Commit Message

guy fleury iteriteka May 21, 2019, 8:51 a.m. UTC
* gnu/packages/mate.scm(mate-themes)[source](uri): Use "mirror://mate/themes"
  instead of "https://pub.mate-desktop.org/releases/themes" directly.
---
 gnu/packages/mate.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
diff mbox series

Patch

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 29696bf..c2a6aaf 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -196,11 +196,11 @@  from Mint-X-F and Faenza-Fresh icon packs.")
   (package
     (name "mate-themes")
     (version "3.22.19")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append "https://pub.mate-desktop.org/releases/themes/"
-                                  (version-major+minor version) "/mate-themes-"
-                                  version ".tar.xz"))
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://mate/themes/" (version-major+minor version)
+                           "/mate-themes-" version ".tar.xz"))
               (sha256
                (base32
                 "1ycb8b8r0s8d1h1477135mynr53s5781gdb2ap8xlvj2g58492wq"))))