mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: go-github-com-anmitsu-go-shlex: Fix indentation.
* gnu/packages/golang-xyz (go-github-com-anmitsu-go-shlex): Fix indentation. Change-Id: Ib47fbdf3a31a1442cd88ff12a9a2b6c437c283d9
This commit is contained in:
parent
90ec785f21
commit
c9fe935a33
1 changed files with 11 additions and 10 deletions
|
@ -295,8 +295,9 @@ (define-public go-github-com-anmitsu-go-shlex
|
|||
(arguments '(#:import-path "github.com/anmitsu/go-shlex"))
|
||||
(home-page "https://github.com/anmitsu/go-shlex")
|
||||
(synopsis "Simple shell-like lexical analyzer for Go")
|
||||
(description "This package provides a simple lexical analyzer to parse
|
||||
shell-like commands.")
|
||||
(description
|
||||
"This package provides a simple lexical analyzer to parse shell-like
|
||||
commands.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-armon-go-radix
|
||||
|
|
Loading…
Reference in a new issue