[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Nano-devel] Use https everywhere
From: |
Jordi Mallach |
Subject: |
[Nano-devel] Use https everywhere |
Date: |
Mon, 20 Jun 2016 19:50:14 +0200 |
User-agent: |
Mutt/1.6.0 (2016-04-01) |
Hi,
While adapting the packaging to 2.6.0, I found this.
>From 71647ccb92cc68129073b5060ec4d81566f4afae Mon Sep 17 00:00:00 2001
From: Jordi Mallach <address@hidden>
Date: Mon, 20 Jun 2016 19:44:56 +0200
Subject: [PATCH] Use https for all ocurrences of the official website.
---
src/nano.c | 2 +-
src/winio.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/nano.c b/src/nano.c
index b53e1f0..ac827d8 100644
--- a/src/nano.c
+++ b/src/nano.c
@@ -928,7 +928,7 @@ void version(void)
printf(" (C) 1999..2016 Free Software Foundation, Inc.\n");
printf(_(" (C) 2014..%s the contributors to nano\n"), "2016");
printf(
- _(" Email: address@hidden Web: http://www.nano-editor.org/"));
+ _(" Email: address@hidden Web: https://www.nano-editor.org/"));
printf(_("\n Compiled options:"));
#ifdef NANO_TINY
diff --git a/src/winio.c b/src/winio.c
index 511c96a..ac61935 100644
--- a/src/winio.c
+++ b/src/winio.c
@@ -3224,7 +3224,7 @@ void do_credits(void)
"",
"",
"",
- "http://www.nano-editor.org/"
+ "https://www.nano-editor.org/"
};
const char *xlcredits[XLCREDIT_LEN] = {
--
2.8.1
--
Jordi Mallach PĂ©rez -- Debian developer http://www.debian.org/
address@hidden address@hidden http://www.sindominio.net/
GnuPG public key information available at http://oskuro.net/
- [Nano-devel] Use https everywhere,
Jordi Mallach <=