From ee47223db4a8a8e57bb372106714fabdff337c2e Mon Sep 17 00:00:00 2001
From: David Hicks <david@hicks.id.au>
Date: Sun, 30 Jul 2017 04:13:51 +1000
Subject: net-libs/balde-markdown: use HTTPS for GitHub

Package-Manager: Portage-2.3.6, Repoman-2.3.3
---
 net-libs/balde-markdown/balde-markdown-0.1.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

(limited to 'net-libs')

diff --git a/net-libs/balde-markdown/balde-markdown-0.1.ebuild b/net-libs/balde-markdown/balde-markdown-0.1.ebuild
index 44d02e6c480d..c0dd7e59022b 100644
--- a/net-libs/balde-markdown/balde-markdown-0.1.ebuild
+++ b/net-libs/balde-markdown/balde-markdown-0.1.ebuild
@@ -1,11 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 if [[ ${PV} = *9999* ]]; then
-	EGIT_REPO_URI="git://github.com/balde/balde-markdown.git
-		https://github.com/balde/balde-markdown.git"
+	EGIT_REPO_URI="https://github.com/balde/${PN}.git"
 	inherit git-r3 autotools
 fi
 
-- 
cgit v1.2.3-65-gdbad