mirror of
git://git.savannah.gnu.org/guix.git
synced 2024-12-29 11:46:06 +01:00
gnu: frotz-dumb-terminal: Merge strings in URI.
* gnu/packages/games.scm (frotz-dumb-terminal)[source]: Merge separate string components, probably from a naive ’s/name/"name"/’ substitution.
This commit is contained in:
parent
e2c9f9de9f
commit
98e27db5bb
1 changed files with 2 additions and 2 deletions
|
@ -5905,10 +5905,10 @@ ncurses for text display.")
|
|||
(method url-fetch)
|
||||
(uri (list (string-append
|
||||
"http://www.ifarchive.org/if-archive/infocom/interpreters/"
|
||||
"frotz" "/" "frotz" "-" version ".tar.gz")
|
||||
"frotz/frotz-" version ".tar.gz")
|
||||
(string-append
|
||||
"ftp://ftp.ifarchive.org/if-archive/infocom/interpreters/"
|
||||
"frotz" "/" "frotz" "-" version ".tar.gz")))
|
||||
"frotz/frotz-" version ".tar.gz")))
|
||||
(sha256
|
||||
(base32
|
||||
"1v735xr3blznac8fnwa27s1vhllx4jpz7kw7qdw1bsfj6kq21v3k"))))
|
||||
|
|
Loading…
Reference in a new issue