app-editors/emacs-vcs: Update EGIT_REPO_URI.
[gentoo.git] / app-editors / emacs-vcs / emacs-vcs-27.0.9999.ebuild
index 2e2eb90c8f94ea3146aa3ef9428f9cf911619a87..7800af2c6eb49b1ba223b7399aba1ce0baa30ad2 100644 (file)
@@ -7,7 +7,7 @@ inherit autotools elisp-common flag-o-matic multilib readme.gentoo-r1
 
 if [[ ${PV##*.} = 9999 ]]; then
        inherit git-r3
-       EGIT_REPO_URI="git://git.sv.gnu.org/emacs.git"
+       EGIT_REPO_URI="https://git.savannah.gnu.org/git/emacs.git"
        EGIT_BRANCH="master"
        EGIT_CHECKOUT_DIR="${WORKDIR}/emacs"
        S="${EGIT_CHECKOUT_DIR}"