me
/
guix
Archived
1
0
Fork 0

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
master
Sharlatan Hellseher 2024-02-09 21:16:33 +00:00
parent a91b192c90
commit c4591c4f12
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 5 additions and 2 deletions

View File

@ -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")