gnu: kakoune: Don't use NAME in source URI.

* gnu/packages/text-editors.scm (kakoune)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-03-21 00:26:05 +01:00
parent f86d56a7af
commit a1cb69280c
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -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"))))