guix-commits
[Top][All Lists]
Advanced

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

11/21: gnu: lsof: Replace dead mirror.


From: Tobias Geerinckx-Rice
Subject: 11/21: gnu: lsof: Replace dead mirror.
Date: Mon, 19 Feb 2018 00:07:25 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 5ae76e8f167bf4d721339aeace37fdb48b3b69b2
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Feb 18 17:42:21 2018 +0100

    gnu: lsof: Replace dead mirror.
    
    * gnu/packages/lsof.scm (lsof)[source]: Replace sunsite.ualberta.ca with
    mirrorservice.org, which offers both HTTP and FTP services.
---
 gnu/packages/lsof.scm | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/lsof.scm b/gnu/packages/lsof.scm
index 0c1d950..eff361d 100644
--- a/gnu/packages/lsof.scm
+++ b/gnu/packages/lsof.scm
@@ -1,6 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2013 Andreas Enge <address@hidden>
 ;;; Copyright © 2017 Efraim Flashner <address@hidden>
+;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -48,7 +49,20 @@
                         "ftp://ftp.fu-berlin.de/pub/unix/tools/lsof/OLD/lsof_";
                         version ".tar.bz2")
                        (string-append
-                        "ftp://sunsite.ualberta.ca/pub/Mirror/lsof/lsof_";
+                        "http://www.mirrorservice.org/sites/";
+                        "lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_"
+                        version ".tar.bz2")
+                       (string-append
+                        "http://www.mirrorservice.org/sites/";
+                        "lsof.itap.purdue.edu/pub/tools/unix/lsof/OLD/lsof_"
+                        version ".tar.bz2")
+                       (string-append
+                        "ftp://ftp.mirrorservice.org/sites/";
+                        "lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_"
+                        version ".tar.bz2")
+                       (string-append
+                        "ftp://ftp.mirrorservice.org/sites/";
+                        "lsof.itap.purdue.edu/pub/tools/unix/lsof/OLD/lsof_"
                         version ".tar.bz2")))
             (sha256
              (base32



reply via email to

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