[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#52895: gnu: nsis: update homepage
From: |
Nicolas Goaziou |
Subject: |
bug#52895: gnu: nsis: update homepage |
Date: |
Fri, 28 Jan 2022 11:21:51 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#52895: gnu: nsis: update homepage,
Nicolas Goaziou <=