diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-07-15 12:17:29 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-07-15 12:17:55 +0100 |
commit | eae0865f96c081eebad2fd57277641f1f9e6b45b (patch) | |
tree | d753a9c8505b3900b06d4f3989446a8a5bf0c704 | |
parent | 293b3260623d4bf7fb0798397fce2d4b8e09b68a (diff) | |
download | guix-eae0865f96c081eebad2fd57277641f1f9e6b45b.tar guix-eae0865f96c081eebad2fd57277641f1f9e6b45b.tar.gz |
gnu: Remove go-github-com-errata-ai-vale.
* gnu/packages/textutils.scm (go-github-com-errata-ai-vale): Delete variable.
Change-Id: I457b50a280481792804e1a45703ac55b482e5029
-rw-r--r-- | gnu/packages/textutils.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm index d515b62c0a..39205f3784 100644 --- a/gnu/packages/textutils.scm +++ b/gnu/packages/textutils.scm @@ -1484,9 +1484,6 @@ community around it also has a list of style guides implemented with Vale in @url{https://github.com/errata-ai/styles, their styles repo}.") (license license:expat))) -(define-public go-github-com-errata-ai-vale - (deprecated-package "go-github-com-errata-ai-vale" vale)) - (define-public utf-8-lineseparator (package (name "utf-8-lineseparator") |