summaryrefslogtreecommitdiff
path: root/gnu/packages/installers.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-02-13 14:24:53 +0100
committerMarius Bakke <marius@gnu.org>2022-02-13 14:24:53 +0100
commit76b6bbdf232b4b82cdd23cfe0d81331a4fd2edec (patch)
tree0e6a57ba08b9c6f9f5cbcdc5b5d9daeea91e428d /gnu/packages/installers.scm
parent1a5302435ff0d2822b823f5a6fe01faa7a85c629 (diff)
parente8af2ea63a7f497b8f8e19e206645109c0646e72 (diff)
Merge branch 'master' into staging
Diffstat (limited to 'gnu/packages/installers.scm')
-rw-r--r--gnu/packages/installers.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/installers.scm b/gnu/packages/installers.scm
index 6ba9bf0827..01ad03e6af 100644
--- a/gnu/packages/installers.scm
+++ b/gnu/packages/installers.scm
@@ -127,12 +127,12 @@
;; it ourselves
(substitute* "Source/build.cpp" (("m_target_type=TARGET_X86ANSI")
(string-append "m_target_type=" ,nsis-target-type))))))))
- (home-page "http://nsis.sourceforge.net/")
- (synopsis "Professional open source system to create Windows installers")
+ (home-page "https://nsis.sourceforge.io/Main_Page")
+ (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.")))))