summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-30 04:13:51 +1000
committerMichał Górny <mgorny@gentoo.org>2017-07-30 12:04:15 +0200
commitee47223db4a8a8e57bb372106714fabdff337c2e (patch)
treef9a56ce259f99a7e46f809577529940ff6bbfc94 /net-libs/balde-markdown
parentnet-libs/libiscsi: use HTTPS for GitHub (diff)
downloadgentoo-ee47223db4a8a8e57bb372106714fabdff337c2e.tar.gz
gentoo-ee47223db4a8a8e57bb372106714fabdff337c2e.tar.bz2
gentoo-ee47223db4a8a8e57bb372106714fabdff337c2e.zip
net-libs/balde-markdown: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'net-libs/balde-markdown')
-rw-r--r--net-libs/balde-markdown/balde-markdown-0.1.ebuild5
1 files changed, 2 insertions, 3 deletions
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