gnu: boxes: Link to homier home page.

* gnu/packages/shellutils.scm (boxes)[home-page]: Link to the front page.
This commit is contained in:
Tobias Geerinckx-Rice 2021-10-21 22:10:06 +02:00
parent b5602ef7ec
commit ed0215d3f9
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -93,11 +93,11 @@ (define-public boxes
(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