guix-commits
[Top][All Lists]
Advanced

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

06/23: gnu: make-avr-libc: Fix synopsis.


From: guix-commits
Subject: 06/23: gnu: make-avr-libc: Fix synopsis.
Date: Mon, 11 Dec 2023 06:57:41 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit a075ac88544dc2d826fb972d485947201d6bd7d1
Author: Jean-Pierre De Jesus DIAZ <jean@foundationdevices.com>
AuthorDate: Tue Nov 28 12:34:49 2023 +0100

    gnu: make-avr-libc: Fix synopsis.
    
    * gnu/packages/avr.scm (make-avr-libc/implementation): Drop 'The' from
      synopsis.
    
    Change-Id: Idb6c008d709a988075789a6220af63f4917c2179
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/avr.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/avr.scm b/gnu/packages/avr.scm
index fdc43d2404..23401cd249 100644
--- a/gnu/packages/avr.scm
+++ b/gnu/packages/avr.scm
@@ -130,7 +130,7 @@ changed to ~a~%"
     (native-inputs `(("avr-binutils" ,(make-avr-binutils))
                      ("avr-gcc" ,(make-avr-gcc #:xgcc xgcc))))
     (home-page "https://www.nongnu.org/avr-libc/";)
-    (synopsis "The AVR C Library")
+    (synopsis "AVR C Library")
     (description
      "AVR Libc is a project whose goal is to provide a high quality C library
 for use with GCC on Atmel AVR microcontrollers.")



reply via email to

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