app-backup/btrbk: use HTTPS for EGIT_REPO_URI

Package-Manager: Portage-2.3.11, Repoman-2.3.3
This commit is contained in:
Craig Andrews
2017-10-12 14:17:28 -04:00
parent 253b163f27
commit 6e193dd34d

View File

@@ -6,7 +6,7 @@ EAPI=6
inherit systemd
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="git://dev.tty0.ch/btrbk.git"
EGIT_REPO_URI="https://github.com/digint/btrbk.git"
inherit git-r3
SRC_URI=""
KEYWORDS=""