guix-patches
[Top][All Lists]
Advanced

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

[bug#49016] [PATCH] gnu: moreutils: Remove obsolete source uri.


From: Sergey Trofimov
Subject: [bug#49016] [PATCH] gnu: moreutils: Remove obsolete source uri.
Date: Thu, 17 Jun 2021 07:31:11 +0200

* gnu/packages/moreutils.scm (moreutils): Remove obsolete origin uri as
it returns 404.
---
 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 9e3bf0fc29..47bda32126 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)
-- 
2.32.0






reply via email to

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