ngz pushed a commit to branch tex-team
in repository guix.
commit cbf3ed7b71654333f63e5672e904cccc5c5cd0d5
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Jun 22 11:05:44 2024 +0200
gnu: texlive-ctan-chk: Specify upstream name.
* gnu/packages/tex.scm (texlive-ctan-chk)[properties]: Add UPSTREAM-NAME
property.
Change-Id: I7ffbab1d0262a6e97c29af5060f2aa9b4835719c
---
gnu/packages/tex.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b73c5207ad..6d11f01dc7 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -41319,6 +41319,7 @@ submission has to be requested by an appropriate
command line option.")
(base32
"09ngqgs08q8bld334jrzhnd558lv7fajfppmfrkp4kv9hc5iyz9a"))))
(outputs '("out" "doc"))
+ (properties '((upstream-name . "ctan_chk")))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/ctan_chk")
(synopsis "CTAN guidelines verifier and corrector for uploading projects")