From 96b96ec65162575a124e52459e36811e90bba649 Mon Sep 17 00:00:00 2001
From: Tobias Geerinckx-Rice <me@tobias.gr>
Date: Mon, 23 Dec 2019 06:03:39 +0100
Subject: [PATCH] gnu: dos2unix: Don't use NAME in source URI.

* gnu/packages/textutils.scm (dos2unix)[source]: Hard-code NAME.
---
 gnu/packages/textutils.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index cf90779978..6902333808 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -67,8 +67,8 @@
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://waterlan.home.xs4all.nl/" name "/"
-                           name "-" version ".tar.gz"))
+       (uri (string-append "https://waterlan.home.xs4all.nl/dos2unix/"
+                           "dos2unix-" version ".tar.gz"))
        (sha256
         (base32 "12h4c61g376bhq03y5g2xszkrkrj5hwd928rly3xsp6rvfmnbixs"))))
     (build-system gnu-build-system)