diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-09 19:57:29 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-10 14:11:33 +0200 |
commit | 2ecd7d64993580a4365232e46e6bd66d2324f0a0 (patch) | |
tree | 93ee45673e7379260889fe44c2c733559172d242 | |
parent | 6036df88109c81fa2a6565ba0c4ca809fa2cd367 (diff) | |
download | guix-2ecd7d64993580a4365232e46e6bd66d2324f0a0.tar.gz |
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.
-rw-r--r-- | gnu/packages/golang.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 70dc653601..a96f71446b 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -3965,7 +3965,7 @@ without requiring a real database connection.") (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))) |