mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-git-sr-ht-adnano-go-gemini: Move to golang-web.
* gnu/packages/golang.scm (go-git-sr-ht-adnano-go-gemini): Move from here ... * gnu/packages/golang-web.scm: ... to here. Change-Id: Idade0e9089654e4acc456d05e01e4fc5f2aef943
This commit is contained in:
parent
e9be86b1ac
commit
5dd90d4e84
2 changed files with 27 additions and 26 deletions
|
@ -115,6 +115,33 @@
|
||||||
API service accounts for Go.")
|
API service accounts for Go.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public go-git-sr-ht-adnano-go-gemini
|
||||||
|
(package
|
||||||
|
(name "go-git-sr-ht-adnano-go-gemini")
|
||||||
|
(version "0.2.5")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://git.sr.ht/~adnano/go-gemini")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0xxcljhk9abjjdcl1dnxaq7qwvl13rq51bwps5nxlkib7fxgbyyl"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "git.sr.ht/~adnano/go-gemini"))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-golang-org-x-net))
|
||||||
|
(home-page "https://git.sr.ht/~adnano/go-gemini")
|
||||||
|
(synopsis "Gemini protocol in Go")
|
||||||
|
(description
|
||||||
|
"The @code{gemini} package implements the Gemini protocol in Go. It
|
||||||
|
provides an API similar to that of NET/HTTP to facilitate the development of
|
||||||
|
Gemini clients and servers.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-git-sr-ht-emersion-gqlclient
|
(define-public go-git-sr-ht-emersion-gqlclient
|
||||||
(package
|
(package
|
||||||
(name "go-git-sr-ht-emersion-gqlclient")
|
(name "go-git-sr-ht-emersion-gqlclient")
|
||||||
|
|
|
@ -3316,32 +3316,6 @@ sinks and sources.")
|
||||||
or capture raw audio.")
|
or capture raw audio.")
|
||||||
(license license:expat))))
|
(license license:expat))))
|
||||||
|
|
||||||
(define-public go-git-sr-ht-adnano-go-gemini
|
|
||||||
(package
|
|
||||||
(name "go-git-sr-ht-adnano-go-gemini")
|
|
||||||
(version "0.2.5")
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://git.sr.ht/~adnano/go-gemini")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0xxcljhk9abjjdcl1dnxaq7qwvl13rq51bwps5nxlkib7fxgbyyl"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
(list #:import-path "git.sr.ht/~adnano/go-gemini"))
|
|
||||||
(propagated-inputs
|
|
||||||
(list go-golang-org-x-net))
|
|
||||||
(home-page "https://git.sr.ht/~adnano/go-gemini")
|
|
||||||
(synopsis "Gemini protocol in Go")
|
|
||||||
(description
|
|
||||||
"The @code{gemini} package implements the Gemini protocol in Go. It
|
|
||||||
provides an API similar to that of NET/HTTP to facilitate the development of
|
|
||||||
Gemini clients and servers.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public gofumpt
|
(define-public gofumpt
|
||||||
(package
|
(package
|
||||||
(name "gofumpt")
|
(name "gofumpt")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue