me
/
guix
Archived
1
0
Fork 0

gnu-maintenance: Fix docstring.

* guix/gnu-maintenance.scm (import-kernel.org-release): Fix docstring.
master
Maxim Cournoyer 2023-08-09 14:54:04 -04:00
parent 4110cc4f75
commit 610d0e30e0
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -489,7 +489,7 @@ hosted on ftp.gnu.org, or not under that name (this is the case for
(directory (string-append "/" package)) (directory (string-append "/" package))
file->signature) file->signature)
"Return an <upstream-source> for the latest release of PACKAGE (a string) "Return an <upstream-source> for the latest release of PACKAGE (a string)
under DIRECTORY at BASE-URL, or #f. Optionally include a VERSION string to under DIRECTORY at BASE-URL, or #f. Optionally include a VERSION string to
fetch a specific version. fetch a specific version.
BASE-URL should be the URL of an HTML page, typically a directory listing as BASE-URL should be the URL of an HTML page, typically a directory listing as
@ -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