~ruther/guix-local

c5b303c57fcc1082b28a65528893202c252b0b63 — Ludovic Courtès 10 years ago 724a7d9
lint: The CPE name of GRUB is "grub2".

Reported by Leo Famulari.

* guix/scripts/lint.scm (package-name->cpe-name): Add "grub".
1 files changed, 1 insertions(+), 0 deletions(-)

M guix/scripts/lint.scm
M guix/scripts/lint.scm => guix/scripts/lint.scm +1 -0
@@ 587,6 587,7 @@ be determined."
Common Platform Enumeration (CPE) name."
  (match name
    ("icecat"   "firefox")                        ;or "firefox_esr"
    ("grub"     "grub2")
    ;; TODO: Add more.
    (_          name)))