diff options
author | Andreas Enge <andreas@enge.fr> | 2013-03-06 14:38:42 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2013-03-06 14:38:42 +0100 |
commit | 48ebc134f4456e81d4c660da652a752382890662 (patch) | |
tree | 3119a666d02f7983676572a2cce8fa09618e9e9a /gnu/packages/xorg.scm | |
parent | 9d12d38f381cec2eddaa325314ac5b623f38e524 (diff) | |
download | patches-48ebc134f4456e81d4c660da652a752382890662.tar patches-48ebc134f4456e81d4c660da652a752382890662.tar.gz |
gnu: xorg: Correct typo in download location.
* gnu/packages/xorg.scm (xf86-video-glide): Correct typo.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r-- | gnu/packages/xorg.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 90e899c6b1..ea7546d8c8 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -3120,7 +3120,7 @@ (origin (method url-fetch) (uri (string-append - "mirror://xorg/X11R7.7/src/everything/xf86-video-glide" + "mirror://xorg/X11R7.7/src/everything/xf86-video-glide-" version ".tar.bz2")) (sha256 |