Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/pass/
Date: Sat, 25 Feb 2017 15:03:44
Message-Id: 1488035019.27e9b863800221c7ee0c78e1e6632af2e28b94a1.monsieurp@gentoo
1 commit: 27e9b863800221c7ee0c78e1e6632af2e28b94a1
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 25 15:02:43 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 25 15:03:39 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27e9b863
7
8 app-admin/pass: use https for git checkout.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 app-admin/pass/pass-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-admin/pass/pass-9999.ebuild b/app-admin/pass/pass-9999.ebuild
16 index 80ccce7f57..cd67642663 100644
17 --- a/app-admin/pass/pass-9999.ebuild
18 +++ b/app-admin/pass/pass-9999.ebuild
19 @@ -8,7 +8,7 @@ inherit bash-completion-r1 git-2 elisp-common
20
21 DESCRIPTION="Stores, retrieves, generates, and synchronizes passwords securely"
22 HOMEPAGE="http://www.passwordstore.org/"
23 -EGIT_REPO_URI="http://git.zx2c4.com/password-store"
24 +EGIT_REPO_URI="https://git.zx2c4.com/password-store"
25
26 SLOT="0"
27 LICENSE="GPL-2"