diff options
-rw-r--r-- | gnu/packages/linux.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index efad70e5b6..3d14154cee 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1249,7 +1249,7 @@ processes currently causing I/O.") (string-join (string-split version #\.) "_"))) (string-append "https://github.com/libfuse/libfuse/" - "releases/download/" version-with-underscores + "releases/download/fuse_" version-with-underscores "/fuse-" version ".tar.gz"))) (sha256 (base32 |