mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 02:50:45 +02:00
gnu: go-github-com-emersion-go-milter: Move to golang-web.
* gnu/packages/golang.scm (go-github-com-emersion-go-milter): Move from here ... * gnu/packages/golang-web.scm: ... to here. Change-Id: Id8e90ba52f4832df397b88768a7c9a4c6fb6f45e
This commit is contained in:
parent
110644260c
commit
b09861ec7c
2 changed files with 26 additions and 24 deletions
|
@ -5643,30 +5643,6 @@ defined by RFC 5321.")
|
|||
(description "This package provides a SASL library written in Go.")
|
||||
(license license:expat))))
|
||||
|
||||
(define-public go-github-com-emersion-go-milter
|
||||
(package
|
||||
(name "go-github-com-emersion-go-milter")
|
||||
(version "0.4.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/emersion/go-milter")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"11qjwjz6ippsx9da81gylx46p1a96mk39j54ayw925m40skqhh3c"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list #:import-path "github.com/emersion/go-milter"))
|
||||
(propagated-inputs (list go-github-com-emersion-go-message))
|
||||
(home-page "https://github.com/emersion/go-milter")
|
||||
(synopsis "Milter mail filters in Go")
|
||||
(description
|
||||
"This package provides an interface for implementing milter mail
|
||||
filters for Go.")
|
||||
(license license:bsd-2)))
|
||||
|
||||
(define-public go-github-com-emersion-go-msgauth
|
||||
(package
|
||||
(name "go-github-com-emersion-go-msgauth")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue