summaryrefslogtreecommitdiff
path: root/gnu/packages/shellutils.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-10-21 22:10:06 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-10-21 22:19:27 +0200
commited0215d3f90ca7d55ed878563131a48adfd95195 (patch)
tree053cfde15e8c1bc09691e8ceaa0f543678636aaf /gnu/packages/shellutils.scm
parentb5602ef7ecccc96468bddd7bdf3ac423e12dcb3a (diff)
gnu: boxes: Link to homier home page.
* gnu/packages/shellutils.scm (boxes)[home-page]: Link to the front page.
Diffstat (limited to 'gnu/packages/shellutils.scm')
-rw-r--r--gnu/packages/shellutils.scm2
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