guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: cook: Fix.


From: guix-commits
Subject: branch master updated: gnu: cook: Fix.
Date: Mon, 16 Mar 2020 11:49:23 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 1fddf8e  gnu: cook: Fix.
1fddf8e is described below

commit 1fddf8ef1702f96340d7bede8ecbd90b64c2019f
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Mon Mar 16 16:48:18 2020 +0100

    gnu: cook: Fix.
    
    This follows up on commit 5adc59e6fe8abb701df8fc97d56a6e60258318a4.
    
    * gnu/packages/cook.scm (cook)[home-page]: Better.
    
    Reported-by: Marius Bakke <address@hidden>
---
 gnu/packages/cook.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cook.scm b/gnu/packages/cook.scm
index fb0f910..16c288c 100644
--- a/gnu/packages/cook.scm
+++ b/gnu/packages/cook.scm
@@ -73,8 +73,8 @@
                      ;; This test is therefore just skipped.
                      ;; ("inetutils" ,inetutils)
                      ("ed" ,ed)))
-    (home-page "https://web.archive.org/web/20140727122520/";
-               "http://miller.emu.id.au/pmiller/software/cook/";)
+    (home-page (string-append "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]