me
/
guix
Archived
1
0
Fork 0

gnu: go-github-com-mattn-go-zglob: Fix trailing whitespace in description.

* gnu/packages/golang.scm (go-github-com-mattn-go-zglob)[description]: Fix
  trailing whitespace.
master
Vagrant Cascadian 2021-12-29 22:24:23 -08:00
parent f85bda51d7
commit 86838d6133
No known key found for this signature in database
GPG Key ID: DC518FC87F9716AA
1 changed files with 1 additions and 1 deletions

View File

@ -6372,7 +6372,7 @@ data serialization format.")
(home-page "https://github.com/mattn/go-zglob")
(synopsis "Glob library that descends into other directories")
(description " A glob library that implements descending into other
directories. It is optimized for filewalking. ")
directories. It is optimized for filewalking.")
(license license:expat)))
(define-public go-github-com-mattn-go-sqlite3