diff options
author | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2023-10-27 20:08:55 +0000 |
---|---|---|
committer | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2023-11-01 22:13:06 +0000 |
commit | 9d66bcf099236fe8cea5f5e1d457f502f6301036 (patch) | |
tree | 273a9092596f4e18180d2d6c8449ea6bb0e708ab /chinese | |
parent | 05f0f44a557a53913001d6debf17965dfb799288 (diff) |
*/*: Update WWW to use HTTPS
Homepage link is permanent redirected to its HTTPS counterpart
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/libchewing/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/libchewing/Makefile b/chinese/libchewing/Makefile index 2ad3cd8ac1f5..0f59b7eaaf0d 100644 --- a/chinese/libchewing/Makefile +++ b/chinese/libchewing/Makefile @@ -6,7 +6,7 @@ CATEGORIES= chinese textproc MAINTAINER= ports@FreeBSD.org COMMENT= Chewing intelligent phonetic input method library -WWW= http://chewing.im +WWW= https://chewing.im LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING |