1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 10:30:43 +02:00

gnu: go-github-com-stathat-go: Move to golang-web.

* gnu/packages/golang-xyz.scm (go-github-com-stathat-go): Move from here ...
* gnu/packages/golang-web.scm: ... to here.

Change-Id: Ibddb2d1146f2bc00edca434092da8237e3a77efd
This commit is contained in:
Sharlatan Hellseher 2025-01-09 22:08:13 +00:00
parent 0ed8c6d5ae
commit a0e06194c6
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
2 changed files with 24 additions and 24 deletions

View file

@ -12826,30 +12826,6 @@ GNU extensions} to the POSIX recommendations for command-line options.")
all types of configuration needs and formats.")
(license license:expat)))
(define-public go-github-com-stathat-go
(package
(name "go-github-com-stathat-go")
(version "1.0.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/stathat/go")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1zzlsl24dyr202qkr2pay22m6d0gb7ssms77wgdx0r0clgm7dihw"))))
(build-system go-build-system)
(arguments
(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
(package
(name "go-github-com-stoewer-go-strcase")