[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/17: gnu: Deprecate the go-github-com-errata-ai-vale variable.
From: |
guix-commits |
Subject: |
14/17: gnu: Deprecate the go-github-com-errata-ai-vale variable. |
Date: |
Fri, 9 Feb 2024 17:19:42 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit c4591c4f1219844227d5e42cbf1de05c5ce87292
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Feb 9 21:16:33 2024 +0000
gnu: Deprecate the go-github-com-errata-ai-vale variable.
* gnu/packages/ipfs.scm (go-github-com-errata-ai-vale): Rename to "vale".
(go-github-com-errata-ai-vale): Define as deprecated by "vale".
Change-Id: I3c715a36295cd52e36b16e99f39455b7ad961743
---
gnu/packages/textutils.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index d90fe63096..4eeff26658 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -1360,9 +1360,9 @@ This package provides Python bindings.")
of a Unix terminal to HTML code.")
(license (list license:lgpl2.0+ license:mpl1.1))))
-(define-public go-github-com-errata-ai-vale
+(define-public vale
(package
- (name "go-github-com-errata-ai-vale")
+ (name "vale")
(version "2.4.0")
(source
(origin
@@ -1392,6 +1392,9 @@ 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")
- branch master updated (8ffc923368 -> 6dcc097cd8), guix-commits, 2024/02/09
- 02/17: gnu: bcachefs-tools: Restyle format., guix-commits, 2024/02/09
- 01/17: gnu: bcachefs-tools: Update to 1.4.1., guix-commits, 2024/02/09
- 06/17: gnu: syncthing: Update to 1.27.2., guix-commits, 2024/02/09
- 12/17: gnu: moe: Update to 1.14., guix-commits, 2024/02/09
- 14/17: gnu: Deprecate the go-github-com-errata-ai-vale variable.,
guix-commits <=
- 15/17: gnu: vale: Remove package labeles., guix-commits, 2024/02/09
- 17/17: gnu: patool: Update to 2.1.1., guix-commits, 2024/02/09
- 04/17: gnu: clifm: Update to 1.16, guix-commits, 2024/02/09
- 03/17: gnu: pigz: Update to 2.8., guix-commits, 2024/02/09
- 05/17: gnu: vxl: Update to 3.5.0., guix-commits, 2024/02/09
- 07/17: gnu: fheroes2: Update to 1.0.11., guix-commits, 2024/02/09
- 08/17: gnu: dos2unix: Update to 7.5.2., guix-commits, 2024/02/09
- 09/17: gnu: mupdf: Update to 1.23.9., guix-commits, 2024/02/09
- 11/17: gnu: gama: Update to 2.28., guix-commits, 2024/02/09
- 10/17: gnu: wlr-randr: Update to 0.4.0., guix-commits, 2024/02/09