summaryrefslogtreecommitdiff
path: root/gnu/packages/xdisorg.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-08-21 20:52:36 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-08-21 22:07:13 +0200
commit3596b994e877896420afe38d8edd909d23fcf6a8 (patch)
tree7e1b3bcd7cb3ae55dcec3ec9b620a0a13595418f /gnu/packages/xdisorg.scm
parentf98d66f3c6e04bb49f36b6cb3cdb503dfc37e6ea (diff)
downloadpatches-3596b994e877896420afe38d8edd909d23fcf6a8.tar
patches-3596b994e877896420afe38d8edd909d23fcf6a8.tar.gz
gnu: xlockmore: Don't use NAME in source URI.
* gnu/packages/xdisorg.scm (xlockmore)[source]: Hard-code NAME.
Diffstat (limited to 'gnu/packages/xdisorg.scm')
-rw-r--r--gnu/packages/xdisorg.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 4661d09afb..bcc61f59af 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -720,11 +720,11 @@ shows it again when the mouse cursor moves or a mouse button is pressed.")
(source (origin
(method url-fetch)
(uri (list (string-append "http://sillycycle.com/xlock/"
- name "-" version ".tar.xz")
+ "xlockmore-" version ".tar.xz")
;; Previous releases are moved to a subdirectory.
(string-append "http://sillycycle.com/xlock/"
"recent-releases/"
- name "-" version ".tar.xz")))
+ "xlockmore-" version ".tar.xz")))
(sha256
(base32
"1va11sbv5lbkxkp0i0msz5md3n2n82nzppk27rzdrw7y79vq37zw"))))