summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-03-14 23:43:52 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-15 01:08:07 +0100
commit416d098a0e496935d851db472a6d891eb6bb2bad (patch)
tree9779c349857656aab135ad4942d497b609a460ba
parent8031a55a23216b9056263aeafeb1839d7e6b9327 (diff)
downloadpatches-416d098a0e496935d851db472a6d891eb6bb2bad.tar
patches-416d098a0e496935d851db472a6d891eb6bb2bad.tar.gz
gnu: librep: Don't use NAME in source URI.
* gnu/packages/sawfish.scm (librep)[source]: Hard-code NAME.
-rw-r--r--gnu/packages/sawfish.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/sawfish.scm b/gnu/packages/sawfish.scm
index 98b0cc7044..6df9417c64 100644
--- a/gnu/packages/sawfish.scm
+++ b/gnu/packages/sawfish.scm
@@ -43,8 +43,8 @@
(version "0.92.7")
(source (origin
(method url-fetch)
- (uri (string-append "http://download.tuxfamily.org/" name "/"
- name "_" version ".tar.xz"))
+ (uri (string-append "http://download.tuxfamily.org/librep/"
+ "librep_" version ".tar.xz"))
(sha256
(base32
"1bmcjl1x1rdh514q9z3hzyjmjmwwwkziipjpjsl301bwmiwrd8a8"))))