From c0c099502b0085a7c2dc1a9f02af9b0a9b0a737b Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Fri, 29 Mar 2019 00:28:49 +0100 Subject: gnu: armagetron-advanced: Don't use NAME in source URI. * gnu/packages/games.scm (armagetron-advanced)[source]: Hard-code NAME. --- gnu/packages/games.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index d9718b3a0e..f67c3a6781 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -245,8 +245,8 @@ mouse and joystick control, and original music.") (version "0.2.8.3.4") (source (origin (method url-fetch) - (uri (string-append "mirror://sourceforge/" name "/stable/" - version "/" name "-" version ".src.tar.gz")) + (uri (string-append "mirror://sourceforge/armagetronad/stable/" + version "/armagetronad-" version ".src.tar.gz")) (sha256 (base32 "1pgy0r80z702qdv94aw3ywdn4ynnr4cdi86ml558pljfc5ygasj4")))) -- cgit v1.2.3 aboutsummaryrefslogtreecommitdiff
path: root/doc/guix-cookbook.texi
AgeCommit message (Expand)Author
2020-01-17doc: cookbook: Avoid URL reference to the manual....Ludovic Courtès
2019-11-26doc: cookbook: Add cross-references to the Guile manual....Ludovic Courtès
2019-11-26doc: cookbook: Use @result{} & co. instead of a '>' prompt....Ludovic Courtès
2019-11-26doc: cookbook: Use Texinfo quotes....Ludovic Courtès
2019-11-26doc: cookbook: Add cross-reference about ./pre-inst-env....Ludovic Courtès
2019-11-26doc: cookbook: Use @lisp for Scheme snippets....Ludovic Courtès
2019-10-30doc: Explain how to switch profile from empty shell in "Profiles in Practice"....Pierre Neidhardt
2019-10-28doc: Link to SICP Info page in "A Scheme Crash Course"....Pierre Neidhardt
2019-10-28doc: Finish importing the "Packaging Tutorial"....Pierre Neidhardt
2019-10-28doc: Fix some typos in "Guix Profiles in Practice"....Pierre Neidhardt
2019-10-25doc: cookbook: Use "@lisp" for Scheme snippets....Ludovic Courtès
2019-10-24doc: Add "Guix Profiles in Practice" to the cookbook....Pierre Neidhardt
2019-09-18doc: Add Guix Cookbook....Ricardo Wurmus