summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-19 00:51:12 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-16 16:32:43 +0100
commit5adc59e6fe8abb701df8fc97d56a6e60258318a4 (patch)
treefa865c597f1fd4cfe42dbd540527828cda8cb034
parent948200832108311f4f6876b1ab60b098bbcb742d (diff)
downloadpatches-5adc59e6fe8abb701df8fc97d56a6e60258318a4.tar
patches-5adc59e6fe8abb701df8fc97d56a6e60258318a4.tar.gz
gnu: cook: Use archived home page.
* gnu/packages/cook.scm (cook)[home-page]: Use a Web Archived copy.
-rw-r--r--gnu/packages/cook.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/cook.scm b/gnu/packages/cook.scm
index 17e090d725..fb0f9104ec 100644
--- a/gnu/packages/cook.scm
+++ b/gnu/packages/cook.scm
@@ -73,7 +73,8 @@
;; 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