diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-21 22:10:06 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-21 22:19:27 +0200 |
commit | ed0215d3f90ca7d55ed878563131a48adfd95195 (patch) | |
tree | 053cfde15e8c1bc09691e8ceaa0f543678636aaf | |
parent | b5602ef7ecccc96468bddd7bdf3ac423e12dcb3a (diff) | |
download | guix-ed0215d3f90ca7d55ed878563131a48adfd95195.tar.gz guix-ed0215d3f90ca7d55ed878563131a48adfd95195.zip |
gnu: boxes: Link to homier home page.
* gnu/packages/shellutils.scm (boxes)[home-page]: Link to the front page.
-rw-r--r-- | gnu/packages/shellutils.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm index 25e0ae3c2d..dd13d5dd13 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 |