gnu: go-github-com-microcosm-cc-bluemonday: Move to (gnu packages golang-web).

* gnu/packages/golang.scm (go-github-com-microcosm-cc-bluemonday): Move from
here...
* gnu/packages/golang-web.scm: ...to here.

Change-Id: Ie5122f8afb2a29574c0e0bb5eb96665ecb77176b
This commit is contained in:
Sharlatan Hellseher 2023-11-29 22:35:03 +00:00 committed by Maxim Cournoyer
parent 032cac46ed
commit d0dc31a56e
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
2 changed files with 24 additions and 24 deletions

View File

@ -444,6 +444,30 @@ SPNEGO Kerberos authentication, as well as a HTTP handler wrapper decodes
Microsoft AD PAC authorization data.")
(license license:asl2.0)))
(define-public go-github-com-microcosm-cc-bluemonday
(package
(name "go-github-com-microcosm-cc-bluemonday")
(version "1.0.3")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/microcosm-cc/bluemonday")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "071ph097c1iwbcc33x6kblj9rxb1r4mp3qfkrj4qw5mg7qcqxydk"))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/microcosm-cc/bluemonday"))
(propagated-inputs
(list go-github-com-chris-ramon-douceur
go-golang-org-x-net))
(home-page "https://github.com/microcosm-cc/bluemonday/")
(synopsis "HTML sanitizer")
(description "@code{bluemonday} is a HTML sanitizer implemented in Go.")
(license license:bsd-3)))
(define-public go-github-com-puerkitobio-goquery
(package
(name "go-github-com-puerkitobio-goquery")

View File

@ -9165,30 +9165,6 @@ converts it into syntax highlighted HTML, ANSI-coloured text, etc.")
transforms one JSON document into another through a JMESPath expression.")
(license license:asl2.0)))
(define-public go-github-com-microcosm-cc-bluemonday
(package
(name "go-github-com-microcosm-cc-bluemonday")
(version "1.0.3")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/microcosm-cc/bluemonday")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"071ph097c1iwbcc33x6kblj9rxb1r4mp3qfkrj4qw5mg7qcqxydk"))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/microcosm-cc/bluemonday"))
(propagated-inputs
(list go-github-com-chris-ramon-douceur
go-golang-org-x-net))
(home-page "https://github.com/microcosm-cc/bluemonday/")
(synopsis "HTML sanitizer")
(description "@code{bluemonday} is a HTML sanitizer implemented in Go.")
(license license:bsd-3)))
(define-public go-github-com-muesli-reflow-wordwrap
(package
(name "go-github-com-muesli-reflow-wordwrap")