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

Reported by Leo Famulari.

* guix/scripts/lint.scm (package-name->cpe-name): Add "grub".
master
Ludovic Courtès 2015-12-20 22:19:05 +01:00
parent 724a7d9c74
commit c5b303c57f
1 changed files with 1 additions and 0 deletions

View File

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