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: Mon, 14 Jun 2021 09:09:50 +0200

* gnu/packages/moreutils.scm (moreutils): Remove obsolete origin uri as
it returns 404.
---
 gnu/packages/moreutils.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/moreutils.scm b/gnu/packages/moreutils.scm
index 9e3bf0fc29..63a9ae4d37 100644
--- a/gnu/packages/moreutils.scm
+++ b/gnu/packages/moreutils.scm
@@ -37,9 +37,6 @@
        (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")))
        (sha256
         (base32 "10c8b4bwnli4gxwvgmgkc5kin1ksrxsnxmigs7y4rrh4aaszdjb0"))))
-- 
2.32.0






reply via email to

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