diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-11 18:52:46 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-11 18:55:46 +0200 |
commit | 743c5be2d6e0dd135a1a2ed02a7f99401688034c (patch) | |
tree | b692858e48bfbce05102130d371843b5c6cc0a7d /gnu/packages/markup.scm | |
parent | b01a87900760a4d10c59da64cebd7bd1c40e8fb2 (diff) | |
download | patches-743c5be2d6e0dd135a1a2ed02a7f99401688034c.tar patches-743c5be2d6e0dd135a1a2ed02a7f99401688034c.tar.gz |
gnu: discount: Remove bogus FILE-NAME.
The upstream name is fine.
* gnu/packages/markup.scm (discount)[source]: Remove FILE-NAME.
Diffstat (limited to 'gnu/packages/markup.scm')
-rw-r--r-- | gnu/packages/markup.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/markup.scm b/gnu/packages/markup.scm index 5633eb8a77..5bf07572a8 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")))) |