[PATCH v7 08/35] gnu: h2c: Add lint-hidden-cpe-vendors property.

  • Done
  • quality assurance status badge
Details
One participant
  • Nicolas Graves
Owner
unassigned
Submitted by
Nicolas Graves
Severity
normal

Debbugs page

Nicolas Graves wrote 6 days ago
(address . 76819@debbugs.gnu.org)(name . Nicolas Graves via Guix-patches via)(address . guix-patches@gnu.org)
20250307183914.8825-8-ngraves@ngraves.fr
From: Nicolas Graves via Guix-patches via <guix-patches@gnu.org>

* gnu/packages/curl.scm (h2c)[property]: Add lint-hidden-cpe-vendors property.
---
gnu/packages/curl.scm | 1 +
1 file changed, 1 insertion(+)

Toggle diff (14 lines)
diff --git a/gnu/packages/curl.scm b/gnu/packages/curl.scm
index 3e9cd517a2..41b855c81e 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -382,6 +382,7 @@ (define-public h2c
(description
"Provided a set of HTTP request headers, h2c outputs how to invoke
curl to obtain exactly that HTTP request.")
+ (properties `((lint-hidden-cpe-vendors . ("golang"))))
(license license:expat)))
(define-public coeurl
--
2.48.1
Nicolas Graves wrote 6 days ago
control message for bug #76827
(address . control@debbugs.gnu.org)
569640db81300a9437a09463fa302c83@ngraves.fr
close 76827
quit
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 76827@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 76827
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help