diff mbox series

[1/1] libesmtp: update/fix site URL

Message ID 20180925133521.2934-1-m.patzlaff@pilz.de
State Superseded
Headers show
Series [1/1] libesmtp: update/fix site URL | expand

Commit Message

Patzlaff, Marcel Sept. 25, 2018, 1:35 p.m. UTC
Signed-off-by: Marcel Patzlaff <m.patzlaff@pilz.de>
---
 package/libesmtp/libesmtp.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Petazzoni Sept. 25, 2018, 2:17 p.m. UTC | #1
Hello,

Thanks for this contribution!

On Tue, 25 Sep 2018 15:35:21 +0200, Marcel Patzlaff wrote:
> Signed-off-by: Marcel Patzlaff <m.patzlaff@pilz.de>
> ---
>  package/libesmtp/libesmtp.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/libesmtp/libesmtp.mk b/package/libesmtp/libesmtp.mk
> index b0f88c7a3b..9c336793a4 100644
> --- a/package/libesmtp/libesmtp.mk
> +++ b/package/libesmtp/libesmtp.mk
> @@ -6,7 +6,7 @@
>  
>  LIBESMTP_VERSION = 1.0.6
>  LIBESMTP_SOURCE = libesmtp-$(LIBESMTP_VERSION).tar.bz2
> -LIBESMTP_SITE = http://www.stafford.uklinux.net/libesmtp
> +LIBESMTP_SITE = http://brianstafford.info/libesmtp

Probably the Config.in file should be updated as well.

Thomas
Patzlaff, Marcel Sept. 25, 2018, 2:42 p.m. UTC | #2
Hi Thomas,

> Probably the Config.in file should be updated as well.

You are right. I will update the patch accordingly.

Marcel

Geschäftsführung: Susanne Kunschert, Thomas Pilz
Pilz GmbH & Co. KG, Sitz: Ostfildern, HRA 210 893, Amtsgericht Stuttgart
Kompl. Ges. Peter Pilz GmbH, Sitz: Ostfildern, HRB 210 612, Amtsgericht Stuttgart
Umsatzsteuer: ID-Nr. DE 145 355 773, WEEE-Reg.-Nr. DE 71636849
This email is intended solely for the use of the named address(es). Any unauthorised disclosure, copying or distribution of these confidential information contained therein, or the taking of any action based on it, is prohibited. The sender disclaims any liability for the integrity of this email. Legally binding declarations must be in written form.
Umweltschutz liegt uns am Herzen! - Bitte denken Sie an unsere Umwelt, bevor Sie diese E-Mail drucken.
We do care about the environment! - Please consider the environment before printing this e-mail.
diff mbox series

Patch

diff --git a/package/libesmtp/libesmtp.mk b/package/libesmtp/libesmtp.mk
index b0f88c7a3b..9c336793a4 100644
--- a/package/libesmtp/libesmtp.mk
+++ b/package/libesmtp/libesmtp.mk
@@ -6,7 +6,7 @@ 
 
 LIBESMTP_VERSION = 1.0.6
 LIBESMTP_SOURCE = libesmtp-$(LIBESMTP_VERSION).tar.bz2
-LIBESMTP_SITE = http://www.stafford.uklinux.net/libesmtp
+LIBESMTP_SITE = http://brianstafford.info/libesmtp
 LIBESMTP_INSTALL_STAGING = YES
 LIBESMTP_CONFIG_SCRIPTS = libesmtp-config
 LIBESMTP_DEPENDENCIES = $(if $(BR2_PACKAGE_OPENSSL),openssl)