guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/72: gnu-maintenance: Fix docstring.


From: guix-commits
Subject: 05/72: gnu-maintenance: Fix docstring.
Date: Wed, 16 Aug 2023 06:41:06 -0400 (EDT)

apteryx pushed a commit to branch qt-updates
in repository guix.

commit d90fdda1fb6882f6ecde01a5acdd5f89aea66f42
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Aug 9 14:54:04 2023 -0400

    gnu-maintenance: Fix docstring.
    
    * guix/gnu-maintenance.scm (import-kernel.org-release): Fix docstring.
---
 guix/gnu-maintenance.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 @@ hosted on ftp.gnu.org, or not under that name (this is the 
case for
                               (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 @@ to fetch a specific version."
       (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]