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:
Sharlatan Hellseher 2025-01-08 20:01:02 +00:00
parent e9be86b1ac
commit 5dd90d4e84
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
2 changed files with 27 additions and 26 deletions

View file

@ -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")

View file

@ -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")