diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-25 00:14:05 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-25 02:10:54 +0100 |
commit | ad0b91bde0143a08a3a330140a59c9cf14835efc (patch) | |
tree | b2b4cf6b12272cf80d68776c2c3824f010ef9640 /gnu/packages/markup.scm | |
parent | bb65f66ce0e5feee2d997a8526e10fc9f31e97fd (diff) |
gnu: discount: Don't use NAME in source URI.
* gnu/packages/markup.scm (discount)[source]: Hard-code NAME.
Diffstat (limited to 'gnu/packages/markup.scm')
-rw-r--r-- | gnu/packages/markup.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/markup.scm b/gnu/packages/markup.scm index 20da258029..67f2bf2881 100644 --- a/gnu/packages/markup.scm +++ b/gnu/packages/markup.scm @@ -114,7 +114,7 @@ convert it to structurally valid XHTML (or HTML).") (method url-fetch) (uri (string-append "http://www.pell.portland.or.us/~orc/Code/" - name "/" name "-" version ".tar.bz2")) + "discount/discount-" version ".tar.bz2")) (sha256 (base32 "199hwajpspqil0a4y3yxsmhdp2dm73gqkzfk4mrwzsmlq8y1xzbl")))) |