nckx pushed a commit to branch master
in repository guix.
commit 743c5be2d6e0dd135a1a2ed02a7f99401688034c
Author: Tobias Geerinckx-Rice <[email protected]>
Date: Sat Aug 11 18:52:46 2018 +0200
gnu: discount: Remove bogus FILE-NAME.
The upstream name is fine.
* gnu/packages/markup.scm (discount)[source]: Remove FILE-NAME.
---
gnu/packages/markup.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/packages/markup.scm b/gnu/packages/markup.scm
index 5633eb8..5bf0757 100644
--- a/gnu/packages/markup.scm
+++ b/gnu/packages/markup.scm
@@ -115,7 +115,6 @@ convert it to structurally valid XHTML (or HTML).")
(uri (string-append
"http://www.pell.portland.or.us/~orc/Code/"
name "/" name "-" version ".tar.bz2"))
- (file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0r4gjyk1ngx47zhb25q0gkjm3bz2m5x8ngrk6rim3y1y3rricygc"))))