mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
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:
parent
724a7d9c74
commit
c5b303c57f
1 changed files with 1 additions and 0 deletions
|
@ -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)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue