mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 02:50:45 +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:
parent
0ed8c6d5ae
commit
a0e06194c6
2 changed files with 24 additions and 24 deletions
|
@ -7249,6 +7249,30 @@ provided @code{http.FileSystem}.")
|
||||||
file into a Go http.CookieJar.")
|
file into a Go http.CookieJar.")
|
||||||
(license license:expat)))
|
(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-tdewolff-minify-v2
|
(define-public go-github-com-tdewolff-minify-v2
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-tdewolff-minify-v2")
|
(name "go-github-com-tdewolff-minify-v2")
|
||||||
|
|
|
@ -12826,30 +12826,6 @@ GNU extensions} to the POSIX recommendations for command-line options.")
|
||||||
all types of configuration needs and formats.")
|
all types of configuration needs and formats.")
|
||||||
(license license:expat)))
|
(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
|
(define-public go-github-com-stoewer-go-strcase
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-stoewer-go-strcase")
|
(name "go-github-com-stoewer-go-strcase")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue