guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: nsis: Clean-up description and synopsis.


From: guix-commits
Subject: 02/02: gnu: nsis: Clean-up description and synopsis.
Date: Fri, 28 Jan 2022 05:20:45 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit de522080300b6d0f926f476e6cbb3cbd98c36ef8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Jan 28 11:19:33 2022 +0100

    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.
---
 gnu/packages/installers.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/installers.scm b/gnu/packages/installers.scm
index 3b5135d14c..01ad03e6af 100644
--- a/gnu/packages/installers.scm
+++ b/gnu/packages/installers.scm
@@ -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.")))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]