guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: nsis: Fix home-page.


From: guix-commits
Subject: 01/02: gnu: nsis: Fix home-page.
Date: Fri, 28 Jan 2022 05:20:45 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 04a84e2a8d822280a4910eabfe11430344e910fd
Author: Michael Ford <fanquake@gmail.com>
AuthorDate: Fri Jan 28 11:18:09 2022 +0100

    gnu: nsis: Fix home-page.
    
    * gnu/packages/installers.scm (make-nsis): Fix generated home-page.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/installers.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



reply via email to

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