me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 4 additions and 4 deletions

View File

@ -128,11 +128,11 @@
(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.")))))