summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorJean-Pierre De Jesus DIAZ <jean@foundationdevices.com>2023-11-28 12:34:49 +0100
committerEfraim Flashner <efraim@flashner.co.il>2023-12-11 13:24:09 +0200
commita075ac88544dc2d826fb972d485947201d6bd7d1 (patch)
tree4c50338ee4b82e905e02b9e32377372492b4745d /gnu
parent7d1041820c755d1e9d43d5a930cd79589ef89630 (diff)
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>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/avr.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/avr.scm b/gnu/packages/avr.scm
index fdc43d24042..23401cd249e 100644
--- a/gnu/packages/avr.scm
+++ b/gnu/packages/avr.scm
@@ -130,7 +130,7 @@ changed to ~a~%"
130 (native-inputs `(("avr-binutils" ,(make-avr-binutils)) 130 (native-inputs `(("avr-binutils" ,(make-avr-binutils))
131 ("avr-gcc" ,(make-avr-gcc #:xgcc xgcc)))) 131 ("avr-gcc" ,(make-avr-gcc #:xgcc xgcc))))
132 (home-page "https://www.nongnu.org/avr-libc/") 132 (home-page "https://www.nongnu.org/avr-libc/")
133 (synopsis "The AVR C Library") 133 (synopsis "AVR C Library")
134 (description 134 (description
135 "AVR Libc is a project whose goal is to provide a high quality C library 135 "AVR Libc is a project whose goal is to provide a high quality C library
136for use with GCC on Atmel AVR microcontrollers.") 136for use with GCC on Atmel AVR microcontrollers.")