Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-bz/
Date: Wed, 06 Sep 2017 21:00:25
Message-Id: 1504731522.978100ae5b58c25fc1e57c34d93e7b47d3ecfc70.mgorny@gentoo
1 commit: 978100ae5b58c25fc1e57c34d93e7b47d3ecfc70
2 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
3 AuthorDate: Sun Sep 3 16:12:41 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 6 20:58:42 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=978100ae
7
8 dev-vcs/git-bz: use HTTPS for links to dev.gentoo.org
9
10 dev-vcs/git-bz/git-bz-0.2015.09.08.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-vcs/git-bz/git-bz-0.2015.09.08.ebuild b/dev-vcs/git-bz/git-bz-0.2015.09.08.ebuild
14 index 6144bc14c8a..44eacb2a7a3 100644
15 --- a/dev-vcs/git-bz/git-bz-0.2015.09.08.ebuild
16 +++ b/dev-vcs/git-bz/git-bz-0.2015.09.08.ebuild
17 @@ -9,7 +9,7 @@ inherit python-single-r1
18
19 DESCRIPTION="Bugzilla subcommand for git"
20 HOMEPAGE="http://www.fishsoup.net/software/git-bz/"
21 -SRC_URI="http://dev.gentoo.org/~mgorny/dist/${P}.tar.bz2"
22 +SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.bz2"
23
24 LICENSE="GPL-2"
25 SLOT="0"