[gucharmap] all: Upgrade some links to https
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gucharmap] all: Upgrade some links to https
- Date: Wed, 4 Oct 2017 20:39:19 +0000 (UTC)
commit b8077f2f5049bd4376d8ca25a2c1ae2c836a2703
Author: Christian Persch <chpe src gnome org>
Date: Wed Oct 4 22:38:23 2017 +0200
all: Upgrade some links to https
unicode.org finally supports https!
gucharmap/Makefile.am | 2 +-
gucharmap/gen-guch-unicode-tables.pl | 2 +-
gucharmap/gucharmap-window.c | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gucharmap/Makefile.am b/gucharmap/Makefile.am
index 2027c51..e14b9d0 100644
--- a/gucharmap/Makefile.am
+++ b/gucharmap/Makefile.am
@@ -234,7 +234,7 @@ endif
download-unicode-data:
for f in $(unicode_files); do \
- [ -e $(builddir)/$${f} ] || $(WGET) $(WGETFLAGS)
"http://www.unicode.org/Public/$(unicode_version)/ucd/$${f}"; \
+ [ -e $(builddir)/$${f} ] || $(WGET) $(WGETFLAGS)
"https://www.unicode.org/Public/$(unicode_version)/ucd/$${f}"; \
done && \
$(SHA512SUM) --check $(srcdir)/unicode.sha512sums
diff --git a/gucharmap/gen-guch-unicode-tables.pl b/gucharmap/gen-guch-unicode-tables.pl
index b758354..ae7728c 100755
--- a/gucharmap/gen-guch-unicode-tables.pl
+++ b/gucharmap/gen-guch-unicode-tables.pl
@@ -34,7 +34,7 @@ Usage: $0 UNICODE-VERSION DIRECTORY [--i18n]
DIRECTORY should contain the following Unicode data files:
UnicodeData.txt Unihan.zip NamesList.txt Blocks.txt Scripts.txt
-which can be found at http://www.unicode.org/Public/UNIDATA/
+which can be found at https://www.unicode.org/Public/UNIDATA/
EOF
}
diff --git a/gucharmap/gucharmap-window.c b/gucharmap/gucharmap-window.c
index 4aca767..d4c2f0e 100644
--- a/gucharmap/gucharmap-window.c
+++ b/gucharmap/gucharmap-window.c
@@ -444,7 +444,7 @@ help_about (GSimpleAction *action,
"51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA"),
N_("Also you should have received a copy of the Unicode Copyright along "
"with Gucharmap; you can always find it at Unicode's website: "
- "http://www.unicode.org/copyright.html")
+ "https://www.unicode.org/copyright.html")
};
gchar *license_trans;
license_trans = g_strconcat (_(license[0]), "\n\n", _(license[1]), "\n\n",
@@ -465,7 +465,7 @@ help_about (GSimpleAction *action,
"logo-icon-name", GUCHARMAP_ICON_NAME,
"authors", authors,
"translator-credits", _("translator-credits"),
- "website", "http://live.gnome.org/Gucharmap",
+ "website", "https://wiki.gnome.org/Apps/Gucharmap",
NULL);
g_free (license_trans);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]