diff options
Diffstat (limited to 'gnu/packages/nano.scm')
-rw-r--r-- | gnu/packages/nano.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/nano.scm b/gnu/packages/nano.scm index 09fbe7f168..00cdd6debb 100644 --- a/gnu/packages/nano.scm +++ b/gnu/packages/nano.scm @@ -42,11 +42,10 @@ `(("gettext" ,guix:gettext) ("ncurses" ,ncurses))) (home-page "http://www.nano-editor.org/") - (synopsis - "A small, user-friendly console text editor") + (synopsis "A small, user-friendly console text editor") (description "GNU nano is designed to be a free replacement for the Pico text editor, part of the Pine email suite from The University of Washington. It aims to emulate Pico as closely as possible and perhaps include extra functionality.") - (license gpl3+))) ; some files are under GPLv2+
\ No newline at end of file + (license gpl3+))) ; some files are under GPLv2+ |