me
/
guix
Archived
1
0
Fork 0

gnu: nsis: Fix home-page.

* gnu/packages/installers.scm (make-nsis): Fix generated home-page.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
master
Michael Ford 2022-01-28 11:18:09 +01:00 committed by Nicolas Goaziou
parent d25044f4d2
commit 04a84e2a8d
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@
;; 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/")
(home-page "https://nsis.sourceforge.io/Main_Page")
(synopsis "Professional open source system to create Windows installers")
(description
"NSIS (Nullsoft Scriptable Install System) is a professional open source