gnu: nsis: Clean-up description and synopsis.

* gnu/packages/installers.scm (make-nsis): Remove some buzzwords from
generated synopsis and description.  Also add two spaces between sentences.
This commit is contained in:
Nicolas Goaziou 2022-01-28 11:19:33 +01:00
parent 04a84e2a8d
commit de52208030
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -128,11 +128,11 @@ (define (mingw-path? path)
(substitute* "Source/build.cpp" (("m_target_type=TARGET_X86ANSI")
(string-append "m_target_type=" ,nsis-target-type))))))))
(home-page "https://nsis.sourceforge.io/Main_Page")
(synopsis "Professional open source system to create Windows installers")
(synopsis "System to create Windows installers")
(description
"NSIS (Nullsoft Scriptable Install System) is a professional open source
system to create Windows installers. It is designed to be as small and flexible
as possible and is therefore very suitable for internet distribution.")
"NSIS (Nullsoft Scriptable Install System) is a system to create
Windows installers. It is designed to be as small and flexible as possible
and is therefore very suitable for internet distribution.")
(license (license:non-copyleft "file://COPYING"
"See COPYING in the distribution.")))))