all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#52895] gnu: nsis: update homepage
@ 2021-12-30  9:45 Michael Ford
  2022-01-28 10:21 ` bug#52895: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Ford @ 2021-12-30  9:45 UTC (permalink / raw)
  To: 52895


[-- Attachment #1.1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #1.2: Type: text/html, Size: 26 bytes --]

[-- Attachment #2: update_nsis_homepage.patch --]
[-- Type: application/octet-stream, Size: 763 bytes --]

diff --git a/gnu/packages/installers.scm b/gnu/packages/installers.scm
index 04357b9719..12404bbf7d 100644
--- a/gnu/packages/installers.scm
+++ b/gnu/packages/installers.scm
@@ -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 "A professional open source system to create Windows installers")
       (description
        "NSIS (Nullsoft Scriptable Install System) is a professional open source

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#52895: gnu: nsis: update homepage
  2021-12-30  9:45 [bug#52895] gnu: nsis: update homepage Michael Ford
@ 2022-01-28 10:21 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2022-01-28 10:21 UTC (permalink / raw)
  To: Michael Ford; +Cc: 52895-done

Hello,

Michael Ford <fanquake@gmail.com> writes:

> diff --git a/gnu/packages/installers.scm b/gnu/packages/installers.scm
> index 04357b9719..12404bbf7d 100644
> --- a/gnu/packages/installers.scm
> +++ b/gnu/packages/installers.scm
> @@ -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")

Phew! Applied! Thank you! No wonder it took so long for such
a complicated change. ;)

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-28 10:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-30  9:45 [bug#52895] gnu: nsis: update homepage Michael Ford
2022-01-28 10:21 ` bug#52895: " Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.