Merge pull request #37752 from ryantm/fix-urls

treewide: use more HTTPS URLs
This commit is contained in:
Matthew Justin Bauer
2018-03-25 00:40:17 -05:00
committed by GitHub
91 changed files with 139 additions and 139 deletions

View File

@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = http://github.com/fcitx/fcitx-qt5;
homepage = https://github.com/fcitx/fcitx-qt5;
description = "Qt5 IM Module for Fcitx";
license = licenses.gpl2;
platforms = platforms.linux;

View File

@@ -89,7 +89,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = http://github.com/fcitx/fcitx;
homepage = https://github.com/fcitx/fcitx;
description = "A Flexible Input Method Framework";
license = licenses.gpl2;
platforms = platforms.linux;