diff options
author | Francesco Turco <fturco@fastmail.fm> | 2017-09-09 17:29:11 +0200 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-11-09 17:03:19 -0500 |
commit | e549e93e8715431c1315df1069941debeb2ad296 (patch) | |
tree | aeca5ffd8d095a47c506b2909eca080d2fbb2507 /dev-vcs | |
parent | dev-util/dirdiff: use HTTPS for links to samba.org (bug #636916) (diff) | |
download | gentoo-e549e93e8715431c1315df1069941debeb2ad296.tar.gz gentoo-e549e93e8715431c1315df1069941debeb2ad296.tar.bz2 gentoo-e549e93e8715431c1315df1069941debeb2ad296.zip |
dev-vcs/bzr-git: use HTTPS for links to samba.org (bug #636916)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/bzr-git/bzr-git-0.6.8-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/bzr-git/bzr-git-0.6.8-r1.ebuild b/dev-vcs/bzr-git/bzr-git-0.6.8-r1.ebuild index d8e7bf340eaf..f95f7e7aa5b2 100644 --- a/dev-vcs/bzr-git/bzr-git-0.6.8-r1.ebuild +++ b/dev-vcs/bzr-git/bzr-git-0.6.8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -20,7 +20,7 @@ if [[ ${PV} = 9999 ]]; then EBZR_REPO_URI="lp:bzr-git" KEYWORDS="amd64 x86" else - SRC_URI="http://samba.org/~jelmer/bzr/${P}.tar.gz" + SRC_URI="https://www.samba.org/~jelmer/bzr/${P}.tar.gz" KEYWORDS="amd64 x86" fi |