gnu: go-github-com-stathat-go: Improve package style.

* gnu/packages/golang-xyz.scm (go-github-com-stathat-go): Fix
indentation, rearrange fields order.
[description]: Add a link to SataHat.

Change-Id: I981ed85649a8c80576d550ca0d960633932ed792
This commit is contained in:
Sharlatan Hellseher 2025-01-09 22:05:12 +00:00
parent 6349f166d5
commit 6eff4eeede
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -12841,10 +12841,13 @@ all types of configuration needs and formats.")
(base32 "1zzlsl24dyr202qkr2pay22m6d0gb7ssms77wgdx0r0clgm7dihw"))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/stathat/go"))
(synopsis "Post statistics to StatHat")
(description "This is a Go package for posting to a StatHat account.")
(list
#:import-path "github.com/stathat/go"))
(home-page "https://github.com/stathat/go")
(synopsis "Post statistics to StatHat")
(description
"This is a Go package for posting to a @url{https://www.stathat.com/,
StatHat} account.")
(license license:expat)))
(define-public go-github-com-stoewer-go-strcase