gnu-maintenance: Fix docstring.
* guix/gnu-maintenance.scm (import-kernel.org-release): Fix docstring.
This commit is contained in:
parent
4110cc4f75
commit
610d0e30e0
1 changed files with 2 additions and 2 deletions
|
@ -806,7 +806,7 @@ to fetch a specific version."
|
||||||
(string-append "/pub/xorg/" (dirname (uri-path uri)))))))
|
(string-append "/pub/xorg/" (dirname (uri-path uri)))))))
|
||||||
|
|
||||||
(define* (import-kernel.org-release package #:key (version #f))
|
(define* (import-kernel.org-release package #:key (version #f))
|
||||||
"Return the latest release of PACKAGE, the name of a kernel.org package.
|
"Return the latest release of PACKAGE, a Linux kernel package.
|
||||||
Optionally include a VERSION string to fetch a specific version."
|
Optionally include a VERSION string to fetch a specific version."
|
||||||
(define %kernel.org-base
|
(define %kernel.org-base
|
||||||
;; This URL and sub-directories thereof are nginx-generated directory
|
;; This URL and sub-directories thereof are nginx-generated directory
|
||||||
|
|
Reference in a new issue