summaryrefslogtreecommitdiff
path: root/gnu/packages/xml.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/xml.scm')
-rw-r--r--gnu/packages/xml.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index ff3cf8d356..698680f075 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -92,8 +92,8 @@ things the parser might find in the XML document (like start tags).")
(source
(origin
(method url-fetch)
- (uri (string-append "https://dl.matroska.org/downloads/"
- name "/" name "-" version ".tar.xz"))
+ (uri (string-append "https://dl.matroska.org/downloads/libebml/"
+ "libebml-" version ".tar.xz"))
(sha256
(base32
"17iynkj22rbszaymxiaq6k02qy9w4fs1appkn1iam4y441w7lnhy"))