diff options
-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.") |