diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-12-23 10:14:27 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-08 23:50:59 +0100 |
commit | 16572d0e021d4a6caf8b3ba548ecf39883c47c24 (patch) | |
tree | bd0f5355d32e77b4b70a6f58c1e60be07023d3d3 /gnu | |
parent | a0c693e17391663d7fbd5d88d96c082c0fa0f3a9 (diff) | |
download | patches-16572d0e021d4a6caf8b3ba548ecf39883c47c24.tar patches-16572d0e021d4a6caf8b3ba548ecf39883c47c24.tar.gz |
gnu: nnn: Don't use NAME in source URI.
* gnu/packages/admin.scm (nnn)[source]: Hard-code name.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/admin.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 3fc9e9ef6e..c8533bfca8 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -2495,7 +2495,7 @@ you are running, what theme or icon set you are using, etc.") (origin (method url-fetch) (uri (string-append "https://github.com/jarun/nnn/releases/download/v" - version "/" name "-v" version ".tar.gz")) + version "/nnn-v" version ".tar.gz")) (sha256 (base32 "1d6z12y4rlg4dzhpm30irpq2ak8hjh5zykkp2n7vxnz5m4ki89zp")))) (build-system gnu-build-system) |