diff options
author | Jean-Pierre De Jesus DIAZ <jean@foundationdevices.com> | 2023-11-28 12:34:49 +0100 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-12-11 13:24:09 +0200 |
commit | a075ac88544dc2d826fb972d485947201d6bd7d1 (patch) | |
tree | 4c50338ee4b82e905e02b9e32377372492b4745d /gnu | |
parent | 7d1041820c755d1e9d43d5a930cd79589ef89630 (diff) | |
download | guix-a075ac88544dc2d826fb972d485947201d6bd7d1.tar.gz guix-a075ac88544dc2d826fb972d485947201d6bd7d1.zip |
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.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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.") |