diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-09-22 21:48:58 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-11-09 21:33:54 +0000 |
commit | e3f959c7e9985d5ad998d7f4770ca277f1ada9c9 (patch) | |
tree | 4332447ef403e26e4cc6e3a87f2df94322923445 | |
parent | 4522e1f0c17205cc2cf35a41ba70537fbbaf48f1 (diff) | |
download | guix-e3f959c7e9985d5ad998d7f4770ca277f1ada9c9.tar.gz guix-e3f959c7e9985d5ad998d7f4770ca277f1ada9c9.zip |
gnu: Remove go-github-com-emersion-go-textwrapper.
It's not in use by any packages in Guix, upstream message: "This
repository has been archived by the owner on Mar 2, 2024. It is now
read-only."
* gnu/packages/golang.scm (go-github-com-emersion-go-textwrapper): Delete variable.
Change-Id: I57b382b8102d808fd153ffc9a39bb1d11ffcb8e7
-rw-r--r-- | gnu/packages/golang.scm | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 02d66c14ed..7ec52a8b9a 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -2443,29 +2443,6 @@ writers can be supplied for alternate environments.") "The datacounter package provides counters for Go readers and writers.") (license license:expat))) -(define-public go-github-com-emersion-go-textwrapper - (package - (name "go-github-com-emersion-go-textwrapper") - (version "0.0.0-20200911093747-65d896831594") - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/emersion/go-textwrapper") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "1lh9d7zvj6gm1rr6sv5xlagklgx9d666hq5srd37a4sdcjkbiqmq")))) - (build-system go-build-system) - (arguments - (list #:import-path "github.com/emersion/go-textwrapper")) - (home-page "https://github.com/emersion/go-textwrapper") - (synopsis "Text-wrapping writer for Go") - (description - "The textwrapper package provides a writer that wraps long text lines to -a specified length.") - (license license:expat))) - (define-public go-github-com-aki237-nscjar (let ((commit "e2df936ddd6050d30dd90c7214c02b5019c42f06") (revision "0")) |