mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: nsis: Fix home-page.
* gnu/packages/installers.scm (make-nsis): Fix generated home-page. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
d25044f4d2
commit
04a84e2a8d
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ (define (mingw-path? path)
|
|||
;; 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
|
||||
|
|
Loading…
Reference in a new issue