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
|
@ -742,7 +742,7 @@ per-goroutine.")
|
|||
(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 New Issue