commit: 6e193dd34d4c511965951968aedfd8ff1f6bd032
Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 12 18:17:28 2017 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Thu Oct 12 18:21:55 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e193dd3
app-backup/btrbk: use HTTPS for EGIT_REPO_URI
Package-Manager: Portage-2.3.11, Repoman-2.3.3
app-backup/btrbk/btrbk-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-backup/btrbk/btrbk-9999.ebuild
b/app-backup/btrbk/btrbk-9999.ebuild
index 8588eb6d0e3..78df68d0241 100644
--- a/app-backup/btrbk/btrbk-9999.ebuild
+++ b/app-backup/btrbk/btrbk-9999.ebuild
@@ -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=""