gnu: go-github-com-petermattis-goid: Fix typo "programmatically".
* gnu/packages/syncthing (go-github-com-petermattis-goid)[description]: Fix typo.
This commit is contained in:
parent
4ca7207be2
commit
b55b96a73c
|
@ -781,7 +781,7 @@ error handling primitives in Go.")
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/petermattis/goid"))
|
'(#:import-path "github.com/petermattis/goid"))
|
||||||
(synopsis "Identify the running goroutine")
|
(synopsis "Identify the running goroutine")
|
||||||
(description "This package offers a method of programatically retrieving
|
(description "This package offers a method of programmatically retrieving
|
||||||
the current goroutine's ID.")
|
the current goroutine's ID.")
|
||||||
(home-page "https://github.com/petermattis/goid")
|
(home-page "https://github.com/petermattis/goid")
|
||||||
(license asl2.0))))
|
(license asl2.0))))
|
||||||
|
|
Loading…
Reference in New Issue