diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-21 00:26:05 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-21 04:06:57 +0100 |
commit | a1cb69280c7a786d505279f7a3632cae31d0f417 (patch) | |
tree | 7fc796472dffbf3cc5fdce63551510665169ea03 /gnu/packages/text-editors.scm | |
parent | f86d56a7af048029268ce1004eeedeba543855f5 (diff) | |
download | patches-a1cb69280c7a786d505279f7a3632cae31d0f417.tar patches-a1cb69280c7a786d505279f7a3632cae31d0f417.tar.gz |
gnu: kakoune: Don't use NAME in source URI.
* gnu/packages/text-editors.scm (kakoune)[source]: Hard-code NAME.
Diffstat (limited to 'gnu/packages/text-editors.scm')
-rw-r--r-- | gnu/packages/text-editors.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm index b96f8235d4..15a1b117af 100644 --- a/gnu/packages/text-editors.scm +++ b/gnu/packages/text-editors.scm @@ -111,7 +111,7 @@ based command language.") (method url-fetch) (uri (string-append "https://github.com/mawww/kakoune/" "releases/download/v" version "/" - name "-" version ".tar.bz2")) + "kakoune-" version ".tar.bz2")) (sha256 (base32 "1qbj2hmcfs6pr5lc78z9ni5zxdyp3mr64dvms4l52716ikqcjcbs")))) |