guix-commits
[Top][All Lists]
Advanced

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

01/01: download: Add MATE mirrors.


From: guix-commits
Subject: 01/01: download: Add MATE mirrors.
Date: Fri, 15 Mar 2019 13:06:59 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit bc4cea6f0ef20a620d8bbda8ea14f9adf209c78d
Author: Guy Fleury Iteriteka <address@hidden>
Date:   Fri Mar 15 13:02:51 2019 -0400

    download: Add MATE mirrors.
    
    * guix/download.scm (%mirrors): Add mirrors for the MATE Desktop.
---
 guix/download.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/guix/download.scm b/guix/download.scm
index 25eaefc..8865777 100644
--- a/guix/download.scm
+++ b/guix/download.scm
@@ -5,6 +5,7 @@
 ;;; Copyright © 2016 Alex Griffin <address@hidden>
 ;;; Copyright © 2016 David Craven <address@hidden>
 ;;; Copyright © 2017 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2019 Guy Fleury Iteriteka <address@hidden>
 ;;;
 ;;; 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



reply via email to

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