summaryrefslogtreecommitdiff
path: root/gnu/packages/golang-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-01-09 22:08:13 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-01-21 23:47:51 +0000
commita0e06194c6f13a4c917aec7fa827394d1a70fdea (patch)
treed589c390f7a5cfa5e10259bdaa900ea72fdc1085 /gnu/packages/golang-xyz.scm
parent0ed8c6d5aef0ddc72e301dc045dabe223a36f2a2 (diff)
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
Diffstat (limited to 'gnu/packages/golang-xyz.scm')
-rw-r--r--gnu/packages/golang-xyz.scm24
1 files changed, 0 insertions, 24 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 1805f6aa95..632497fe07 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -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")