guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: boxes: Link to homier home page.


From: guix-commits
Subject: 04/05: gnu: boxes: Link to homier home page.
Date: Thu, 21 Oct 2021 16:23:42 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ed0215d3f90ca7d55ed878563131a48adfd95195
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Oct 21 22:10:06 2021 +0200

    gnu: boxes: Link to homier home page.
    
    * gnu/packages/shellutils.scm (boxes)[home-page]: Link to the front page.
---
 gnu/packages/shellutils.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm
index 25e0ae3..dd13d5d 100644
--- a/gnu/packages/shellutils.scm
+++ b/gnu/packages/shellutils.scm
@@ -93,11 +93,11 @@
     (inputs
      `(("libunistring" ,libunistring)
        ("pcre2" ,pcre2)))
+    (home-page "https://boxes.thomasjensen.com";)
     (synopsis "Command line ASCII boxes")
     (description
      "This command-line filter program draws ASCII-art boxes around your input
 text.")
-    (home-page "https://boxes.thomasjensen.com/build.html";)
     (license license:gpl2)))
 
 (define-public zsh-autosuggestions



reply via email to

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