[bug#34709] guix: download: Add mate mirrors

Message ID 20190302080734.2183-1-hoonandon@gmail.com
State Accepted
Headers show
Series [bug#34709] guix: download: Add mate mirrors | expand

Checks

Context Check Description
cbaines/comparison success View comparison
cbaines/applying patch fail Apply failed

Commit Message

guy fleury iteriteka March 2, 2019, 8:07 a.m. UTC
---
 guix/download.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Comments

Leo Famulari March 15, 2019, 5:07 p.m. UTC | #1
On Sat, Mar 02, 2019 at 09:07:34AM +0100, guy fleury iteriteka wrote:
> @@ -360,7 +361,10 @@
>         "https://openbsd.mirror.constant.com/pub/OpenBSD/"
>         "https://ftp4.usa.openbsd.org/pub/OpenBSD/"
>         "https://ftp5.usa.openbsd.org/pub/OpenBSD/"
> -       "https://mirror.esc7.net/pub/OpenBSD/"))))
> +       "https://mirror.esc7.net/pub/OpenBSD/")
> +      (mate
> +       "https://pub.mate-desktop.org/releases/"
> +       "http://pub.mate-desktop.org/releases/"))))

Thanks! I finished the commit message and pushed as
bc4cea6f0ef20a620d8bbda8ea14f9adf209c78d

Patch

diff --git a/guix/download.scm b/guix/download.scm
index 25eaefc..f7da6d1 100644
--- a/guix/download.scm
+++ b/guix/download.scm
@@ -5,6 +5,7 @@ 
 ;;; Copyright © 2016 Alex Griffin <a@ajgrf.com>
 ;;; Copyright © 2016 David Craven <david@craven.ch>
 ;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2019 Guy Fleury Iteriteka <hoonandon@gmail.com> 
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -360,7 +361,10 @@ 
        "https://openbsd.mirror.constant.com/pub/OpenBSD/"
        "https://ftp4.usa.openbsd.org/pub/OpenBSD/"
        "https://ftp5.usa.openbsd.org/pub/OpenBSD/"
-       "https://mirror.esc7.net/pub/OpenBSD/"))))
+       "https://mirror.esc7.net/pub/OpenBSD/")
+      (mate
+       "https://pub.mate-desktop.org/releases/"
+       "http://pub.mate-desktop.org/releases/"))))
 
 (define %mirror-file
   ;; Copy of the list of mirrors to a file.  This allows us to keep a single