From 657bed34f4b5de3863fa815dabd94ba40bd4dec7 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 14 Jun 2018 23:43:56 +0200 Subject: gnu: fcitx: Use HTTPS home page. * gnu/packages/fcitx.scm (fcitx)[home-page]: Use HTTPS. --- gnu/packages/fcitx.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/fcitx.scm') diff --git a/gnu/packages/fcitx.scm b/gnu/packages/fcitx.scm index fc55df14a6..6dd7797aa4 100644 --- a/gnu/packages/fcitx.scm +++ b/gnu/packages/fcitx.scm @@ -78,7 +78,7 @@ ("libxkbfile" ,libxkbfile) ("libxml2" ,libxml2) ("xkeyboard-config" ,xkeyboard-config))) - (home-page "http://fcitx-im.org") + (home-page "https://fcitx-im.org") (synopsis "Input method framework") (description "Fcitx is an input method framework with extension support. It has -- cgit v1.2.3