diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-14 23:43:56 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-15 09:57:15 +0200 |
commit | 657bed34f4b5de3863fa815dabd94ba40bd4dec7 (patch) | |
tree | ce1280ed700daeb6cbe43f6400331d0f8a27d856 /gnu/packages | |
parent | 26d66a518c0e5d17999065dda6787da7889832bf (diff) | |
download | patches-657bed34f4b5de3863fa815dabd94ba40bd4dec7.tar patches-657bed34f4b5de3863fa815dabd94ba40bd4dec7.tar.gz |
gnu: fcitx: Use HTTPS home page.
* gnu/packages/fcitx.scm (fcitx)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/fcitx.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |