diff options
Diffstat (limited to 'app-i18n/mozc')
-rw-r--r-- | app-i18n/mozc/mozc-2.23.2815.102.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/mozc/mozc-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-i18n/mozc/mozc-2.23.2815.102.ebuild b/app-i18n/mozc/mozc-2.23.2815.102.ebuild index 7bc5284670a7..73baeb4cc28b 100644 --- a/app-i18n/mozc/mozc-2.23.2815.102.ebuild +++ b/app-i18n/mozc/mozc-2.23.2815.102.ebuild @@ -85,8 +85,8 @@ src_unpack() { if use fcitx4; then local EGIT_SUBMODULES=() - git-r3_fetch https://github.com/fcitx/mozc refs/heads/fcitx - git-r3_checkout https://github.com/fcitx/mozc "${WORKDIR}/fcitx-mozc" + git-r3_fetch https://gitlab.com/fcitx/mozc.git refs/heads/fcitx + git-r3_checkout https://gitlab.com/fcitx/mozc.git "${WORKDIR}/fcitx-mozc" fi else unpack ${P}.tar.gz diff --git a/app-i18n/mozc/mozc-9999.ebuild b/app-i18n/mozc/mozc-9999.ebuild index d8763dd2dfe0..b51359f01fb3 100644 --- a/app-i18n/mozc/mozc-9999.ebuild +++ b/app-i18n/mozc/mozc-9999.ebuild @@ -85,8 +85,8 @@ src_unpack() { if use fcitx4; then local EGIT_SUBMODULES=() - git-r3_fetch https://github.com/fcitx/mozc refs/heads/fcitx - git-r3_checkout https://github.com/fcitx/mozc "${WORKDIR}/fcitx-mozc" + git-r3_fetch https://gitlab.com/fcitx/mozc.git refs/heads/fcitx + git-r3_checkout https://gitlab.com/fcitx/mozc.git "${WORKDIR}/fcitx-mozc" fi else unpack ${P}.tar.gz |