diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-09 19:50:18 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-10 14:11:28 +0200 |
commit | 1b2dbcf0c80231ab643d7c573f04192d4f93d919 (patch) | |
tree | fda6769f164680ef7806f230990a3ace67904a50 /gnu/packages | |
parent | 3fb6d439fe75210aeb2b28e3bccef7276aedb4f6 (diff) | |
download | guix-1b2dbcf0c80231ab643d7c573f04192d4f93d919.tar.gz guix-1b2dbcf0c80231ab643d7c573f04192d4f93d919.zip |
gnu: go-github-com-charmbracelet-glamour: Fix typo in description.
* gnu/packages/golang.scm (go-github-com-charmbracelet-glamour)
[description]: Fix typo.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/golang.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 278a2efa00..70dc653601 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -5827,7 +5827,7 @@ which produce colorized output using github.com/fatih/color.") (synopsis "Write handsome command-line tools with glamour") (description "@code{glamour} lets you render markdown documents and templates on ANSI compatible terminals. You can create your own stylesheet or -use one of our glamourous default themes.") +use one of our glamorous default themes.") (license license:expat))) (define-public go-github-com-coreos-go-semver |