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
|
@ -447,7 +447,7 @@ test) much simpler.")
|
||||||
`(("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 New Issue