summaryrefslogtreecommitdiff
path: root/gnu/packages/web.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-09-11 20:03:49 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-09-11 22:56:04 +0200
commit97e53dccc08541123b5f42a72036fc62f3dc1922 (patch)
tree6fad47a20fca8b483b16052285e90be5e306c9c0 /gnu/packages/web.scm
parentbfebc73a748dd4edb3581f5b1cf6308559915bf1 (diff)
downloadpatches-97e53dccc08541123b5f42a72036fc62f3dc1922.tar
patches-97e53dccc08541123b5f42a72036fc62f3dc1922.tar.gz
gnu: nghttp2: Don't use NAME in source URI.
* gnu/packages/web.scm (nghttp2)[source]: Hard-code NAME.
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r--gnu/packages/web.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index ad6f0635dd..39475bd6a8 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -6386,7 +6386,7 @@ derivation by David Revoy from the original MonsterID by Andreas Gohr.")
(method url-fetch)
(uri (string-append "https://github.com/nghttp2/nghttp2/"
"releases/download/v" version "/"
- name "-" version ".tar.xz"))
+ "nghttp2-" version ".tar.xz"))
(sha256
(base32
"0fi6qg2w82636wixwkqy7bclpgxslmvg82r431hs8h6aqc4mnzwv"))))