From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jookia <166291@gmail.com> Subject: [PATCH] gnu: net-tools: Use a different source mirror. Date: Tue, 2 Feb 2016 21:38:43 +0000 Message-ID: <56b2fd4a.57116b0a.987be.ffffd927@mx.google.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42738) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <166291@gmail.com>) id 1aREJo-0006YW-60 for guix-devel@gnu.org; Thu, 04 Feb 2016 02:27:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <166291@gmail.com>) id 1aREJm-0007oz-W6 for guix-devel@gnu.org; Thu, 04 Feb 2016 02:27:08 -0500 Received: from mail-ig0-x233.google.com ([2607:f8b0:4001:c05::233]:32784) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <166291@gmail.com>) id 1aREJm-0007oe-SD for guix-devel@gnu.org; Thu, 04 Feb 2016 02:27:06 -0500 Received: by mail-ig0-x233.google.com with SMTP id rs20so8524904igc.0 for ; Wed, 03 Feb 2016 23:27:06 -0800 (PST) Received: from localhost ([69.195.159.94]) by smtp.gmail.com with ESMTPSA id z84sm4392251ioi.39.2016.02.03.23.27.04 for (version=TLSv1/SSLv3 cipher=OTHER); Wed, 03 Feb 2016 23:27:06 -0800 (PST) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org The current mirror for the source code now points to a domain parking website, so instead use this mirror I found online. * gnu/packages/linux.scm (net-tools): Use a different uri for the origin. --- gnu/packages/linux.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 9d359e3..f6373a8 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -7,6 +7,7 @@ ;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer ;;; Copyright © 2015, 2016 Efraim Flashner ;;; Copyright © 2016 Christopher Allan Webber +;;; Copyright © 2016 Jookia <166291@gmail.com> ;;; ;;; This file is part of GNU Guix. ;;; @@ -951,8 +952,9 @@ manpages.") (home-page "http://www.tazenda.demon.co.uk/phil/net-tools/") (source (origin (method url-fetch) - (uri (string-append home-page "/" name "-" - version ".tar.bz2")) + (uri (string-append "http://distro.ibiblio.org/" + "rootlinux/rootlinux-ports/base/" + "net-tools/net-tools-1.60.tar.bz2")) (sha256 (base32 "0yvxrzk0mzmspr7sa34hm1anw6sif39gyn85w4c5ywfn8inxvr3s")) -- 2.7.0