mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: go-github-com-tj-docopt: Fix typo "programmatically".
* gnu/packages/golang (go-github-com-tj-docopt)[description]: Fix typo.
This commit is contained in:
parent
e16b44a20c
commit
5c6b576ab8
1 changed files with 1 additions and 1 deletions
|
@ -742,7 +742,7 @@ (define-public go-github-com-tj-docopt
|
|||
(synopsis "Go implementation of docopt")
|
||||
(description
|
||||
"This library allows the user to define a command-line interface from a
|
||||
program's help message rather than specifying it programatically with
|
||||
program's help message rather than specifying it programmatically with
|
||||
command-line parsers.")
|
||||
(home-page "https://github.com/tj/docopt")
|
||||
(license license:expat)))
|
||||
|
|
Loading…
Reference in a new issue