guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: moreutils: Remove obsolete source uri.


From: guix-commits
Subject: branch master updated: gnu: moreutils: Remove obsolete source uri.
Date: Mon, 21 Jun 2021 08:20:58 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7e2afc6  gnu: moreutils: Remove obsolete source uri.
7e2afc6 is described below

commit 7e2afc6ac33ffbedd4c3bff2edf1c2e8d523785e
Author: Sergey Trofimov <sarg@sarg.org.ru>
AuthorDate: Thu Jun 17 07:31:11 2021 +0200

    gnu: moreutils: Remove obsolete source uri.
    
    * gnu/packages/moreutils.scm (moreutils): Remove obsolete origin uri as
    it returns 404.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/moreutils.scm | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/moreutils.scm b/gnu/packages/moreutils.scm
index 9e3bf0f..47bda32 100644
--- a/gnu/packages/moreutils.scm
+++ b/gnu/packages/moreutils.scm
@@ -34,13 +34,9 @@
     (source
      (origin
        (method url-fetch)
-       (uri (list
-             (string-append
-              "https://git.joeyh.name/index.cgi/moreutils.git/snapshot/";
-              name "-" version ".tar.gz")
-             (string-append
-              "http://drabczyk.org/";
-              name "-" version ".tar.gz")))
+       (uri (string-append
+             "https://git.joeyh.name/index.cgi/moreutils.git/snapshot/";
+             name "-" version ".tar.gz"))
        (sha256
         (base32 "10c8b4bwnli4gxwvgmgkc5kin1ksrxsnxmigs7y4rrh4aaszdjb0"))))
     (build-system gnu-build-system)



reply via email to

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