diff options
author | David Hicks <david@hicks.id.au> | 2017-07-30 03:51:41 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:44:48 +0200 |
commit | 1aa590e1f520a43f072659c06546b5c5fbcd27c8 (patch) | |
tree | 49c16c3c9873ff14d005179eeded41d49360171e /net-dns/dnsimple-dyndns | |
parent | net-analyzer/zmap: use HTTPS for GitHub, fix whitespace in metadata.xml (diff) | |
download | gentoo-1aa590e1f520a43f072659c06546b5c5fbcd27c8.tar.gz gentoo-1aa590e1f520a43f072659c06546b5c5fbcd27c8.tar.bz2 gentoo-1aa590e1f520a43f072659c06546b5c5fbcd27c8.zip |
net-dns/dnsimple-dyndns: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'net-dns/dnsimple-dyndns')
-rw-r--r-- | net-dns/dnsimple-dyndns/dnsimple-dyndns-0.1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-dns/dnsimple-dyndns/dnsimple-dyndns-0.1.ebuild b/net-dns/dnsimple-dyndns/dnsimple-dyndns-0.1.ebuild index 42c29c75c8ed..c7a62597feac 100644 --- a/net-dns/dnsimple-dyndns/dnsimple-dyndns-0.1.ebuild +++ b/net-dns/dnsimple-dyndns/dnsimple-dyndns-0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,8 +8,7 @@ PYTHON_COMPAT=( python2_7 ) GIT_ECLASS= if [[ ${PV} = *9999* ]]; then GIT_ECLASS="git-r3" - EGIT_REPO_URI="git://github.com/rafaelmartins/dnsimple-dyndns.git - https://github.com/rafaelmartins/dnsimple-dyndns.git" + EGIT_REPO_URI="https://github.com/rafaelmartins/${PN}.git" fi inherit distutils-r1 ${GIT_ECLASS} |