mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 03:20:43 +02:00
gnu: go-github-com-emersion-go-maildir: Move to golang-web.
* gnu/packages/golang.scm (go-github-com-emersion-go-maildir): Move from here ... * gnu/packages/golang-web.scm: ... to here. Change-Id: I75029fd66f94a807d87e877df7fc962f3ee567e1
This commit is contained in:
parent
e2f5651c15
commit
7a8126e107
2 changed files with 23 additions and 23 deletions
|
@ -799,6 +799,29 @@ used to build IMAP clients and servers.")
|
||||||
@code{go-github-com-emersion-go-imap}.")
|
@code{go-github-com-emersion-go-imap}.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-emersion-go-maildir
|
||||||
|
(package
|
||||||
|
(name "go-github-com-emersion-go-maildir")
|
||||||
|
(version "0.5.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/emersion/go-maildir")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0wa7spn3qa7ipmg29vrimw7phyybyaagdalrjklcazjb6rplvwpl"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/emersion/go-maildir"))
|
||||||
|
(home-page "https://github.com/emersion/go-maildir")
|
||||||
|
(synopsis "Maildir interface for Go")
|
||||||
|
(description
|
||||||
|
"This package provides an interface to mailboxes in the Maildir format.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-emersion-go-message
|
(define-public go-github-com-emersion-go-message
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-emersion-go-message")
|
(name "go-github-com-emersion-go-message")
|
||||||
|
|
|
@ -5643,29 +5643,6 @@ defined by RFC 5321.")
|
||||||
(description "This package provides a SASL library written in Go.")
|
(description "This package provides a SASL library written in Go.")
|
||||||
(license license:expat))))
|
(license license:expat))))
|
||||||
|
|
||||||
(define-public go-github-com-emersion-go-maildir
|
|
||||||
(package
|
|
||||||
(name "go-github-com-emersion-go-maildir")
|
|
||||||
(version "0.5.0")
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/emersion/go-maildir")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0wa7spn3qa7ipmg29vrimw7phyybyaagdalrjklcazjb6rplvwpl"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
(list #:import-path "github.com/emersion/go-maildir"))
|
|
||||||
(home-page "https://github.com/emersion/go-maildir")
|
|
||||||
(synopsis "Maildir interface for Go")
|
|
||||||
(description
|
|
||||||
"This package provides an interface to mailboxes in the Maildir
|
|
||||||
format.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public go-github-com-emersion-go-milter
|
(define-public go-github-com-emersion-go-milter
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-emersion-go-milter")
|
(name "go-github-com-emersion-go-milter")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue