mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: cook: Use archived home page.
* gnu/packages/cook.scm (cook)[home-page]: Use a Web Archived copy.
This commit is contained in:
parent
9482008321
commit
5adc59e6fe
1 changed files with 2 additions and 1 deletions
|
@ -73,7 +73,8 @@ (define-public cook
|
|||
;; This test is therefore just skipped.
|
||||
;; ("inetutils" ,inetutils)
|
||||
("ed" ,ed)))
|
||||
(home-page "http://miller.emu.id.au/pmiller/software/cook")
|
||||
(home-page "https://web.archive.org/web/20140727122520/"
|
||||
"http://miller.emu.id.au/pmiller/software/cook/")
|
||||
(synopsis "Tool for constructing files")
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue