diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/textutils.scm | 4 |
1 files 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) |