all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jookia <166291@gmail.com>
To: guix-devel@gnu.org
Subject: [PATCH] gnu: net-tools: Use a different source mirror.
Date: Tue, 2 Feb 2016 21:38:43 +0000	[thread overview]
Message-ID: <56b2fd4a.57116b0a.987be.ffffd927@mx.google.com> (raw)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1332 bytes --]

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 <taylanbayirli@gmail.com>
 ;;; Copyright © 2015, 2016 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2016 Christopher Allan Webber <cwebber@dustycloud.org>
+;;; 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

             reply	other threads:[~2016-02-04  7:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-02 21:38 Jookia [this message]
2016-02-04  8:02 ` [PATCH] gnu: net-tools: Use a different source mirror Leo Famulari
2016-02-04 21:54 ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56b2fd4a.57116b0a.987be.ffffd927@mx.google.com \
    --to=166291@gmail.com \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.