mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
gnu: cook: Fix.
This follows up on commit 5adc59e6fe
.
* gnu/packages/cook.scm (cook)[home-page]: Better.
Reported-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
parent
89b49245ef
commit
1fddf8ef17
1 changed files with 2 additions and 2 deletions
|
@ -73,8 +73,8 @@ (define-public cook
|
||||||
;; This test is therefore just skipped.
|
;; This test is therefore just skipped.
|
||||||
;; ("inetutils" ,inetutils)
|
;; ("inetutils" ,inetutils)
|
||||||
("ed" ,ed)))
|
("ed" ,ed)))
|
||||||
(home-page "https://web.archive.org/web/20140727122520/"
|
(home-page (string-append "https://web.archive.org/web/20140727122520/"
|
||||||
"http://miller.emu.id.au/pmiller/software/cook/")
|
"http://miller.emu.id.au/pmiller/software/cook/"))
|
||||||
(synopsis "Tool for constructing files")
|
(synopsis "Tool for constructing files")
|
||||||
(description "Cook is a tool for constructing files. It is given a set of
|
(description "Cook is a tool for constructing files. It is given a set of
|
||||||
files to create, and recipes of how to create them. In any non-trivial program
|
files to create, and recipes of how to create them. In any non-trivial program
|
||||||
|
|
Loading…
Reference in a new issue