lint: The CPE name of GRUB is "grub2".

Reported by Leo Famulari.

* guix/scripts/lint.scm (package-name->cpe-name): Add "grub".
This commit is contained in:
Ludovic Courtès 2015-12-20 22:19:05 +01:00
parent 724a7d9c74
commit c5b303c57f

View file

@ -587,6 +587,7 @@ (define (package-name->cpe-name name)
Common Platform Enumeration (CPE) name."
(match name
("icecat" "firefox") ;or "firefox_esr"
("grub" "grub2")
;; TODO: Add more.
(_ name)))