diff options
author | David Hicks <david@hicks.id.au> | 2017-07-30 04:13:51 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 12:04:15 +0200 |
commit | ee47223db4a8a8e57bb372106714fabdff337c2e (patch) | |
tree | f9a56ce259f99a7e46f809577529940ff6bbfc94 /net-libs/balde-markdown | |
parent | net-libs/libiscsi: use HTTPS for GitHub (diff) | |
download | gentoo-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.ebuild | 5 |
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 |