mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: go-github-com-go-sql-driver-mysql: Fix typo in description.
* gnu/packages/golang.scm (go-github-com-go-sql-driver-mysql) [description]: Fix typo.
This commit is contained in:
parent
6036df8810
commit
2ecd7d6499
1 changed files with 1 additions and 1 deletions
|
@ -3965,7 +3965,7 @@ (define-public go-github-com-go-sql-driver-mysql
|
|||
(home-page "https://github.com/go-sql-driver/mysql")
|
||||
(synopsis "MySQL driver for golang")
|
||||
(description
|
||||
"This is a pure Go implementaton of the MySQL API, compatible with
|
||||
"This is a pure Go implementation of the MySQL API, compatible with
|
||||
golang's database/sql package.")
|
||||
(license license:mpl2.0)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue