diff options
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 |