guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: cook: Use archived home page.


From: guix-commits
Subject: 02/04: gnu: cook: Use archived home page.
Date: Mon, 16 Mar 2020 11:33:32 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5adc59e6fe8abb701df8fc97d56a6e60258318a4
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun Jan 19 00:51:12 2020 +0100

    gnu: cook: Use archived home page.
    
    * gnu/packages/cook.scm (cook)[home-page]: Use a Web Archived copy.
---
 gnu/packages/cook.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/cook.scm b/gnu/packages/cook.scm
index 17e090d..fb0f910 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]