diff mbox series

[bug#65230,v3,02/10] gnu-maintenance: Fix docstring.

Message ID 9767dadfe8c826b6060c9ba46c5aae66083b0c5a.1692641173.git.maxim.cournoyer@gmail.com
State New
Headers show
Series [bug#65230,v3,01/10] gnu-maintenance: Make base-url argument of import-html-release required. | expand

Commit Message

Maxim Cournoyer Aug. 21, 2023, 6:06 p.m. UTC
* guix/gnu-maintenance.scm (import-kernel.org-release): Fix docstring.
---

(no changes since v1)

 guix/gnu-maintenance.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/guix/gnu-maintenance.scm b/guix/gnu-maintenance.scm
index b95a45824e..a314923d3b 100644
--- a/guix/gnu-maintenance.scm
+++ b/guix/gnu-maintenance.scm
@@ -489,7 +489,7 @@  (define* (import-html-release base-url package
                               (directory (string-append "/" package))
                               file->signature)
   "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.
 
 BASE-URL should be the URL of an HTML page, typically a directory listing as
@@ -806,7 +806,7 @@  (define* (import-xorg-release package #:key (version #f))
       (string-append "/pub/xorg/" (dirname (uri-path uri)))))))
 
 (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."
   (define %kernel.org-base
     ;; This URL and sub-directories thereof are nginx-generated directory