mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 12:09:15 -05:00
gnu: go-github.com-smartystreets-assertions: Fix typo "convenient".
* gnu/packages/check (go-github.com-smartystreets-assertions)[description]: Fix typo.
This commit is contained in:
parent
bf70490223
commit
7fef0800b3
1 changed files with 1 additions and 1 deletions
|
@ -447,7 +447,7 @@ (define-public go-github.com-smartystreets-assertions
|
||||||
`(("go-github.com-smartystreets-gunit" ,go-github.com-smartystreets-gunit)))
|
`(("go-github.com-smartystreets-gunit" ,go-github.com-smartystreets-gunit)))
|
||||||
(synopsis "Assertions for testing with Go")
|
(synopsis "Assertions for testing with Go")
|
||||||
(description
|
(description
|
||||||
"The @code{assertions} package provides convinient assertion functions
|
"The @code{assertions} package provides convenient assertion functions
|
||||||
for writing tests in Go.")
|
for writing tests in Go.")
|
||||||
(home-page "https://github.com/smartystreets/assertions")
|
(home-page "https://github.com/smartystreets/assertions")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
Loading…
Reference in a new issue