diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-02-25 16:02:43 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-02-25 16:03:39 +0100 |
commit | 27e9b863800221c7ee0c78e1e6632af2e28b94a1 (patch) | |
tree | cfca906bd3fc17607f5076e5cae28aa257d053fd /app-admin | |
parent | sys-libs/suacomp-9999: use https for git checkout. (diff) | |
download | gentoo-27e9b863800221c7ee0c78e1e6632af2e28b94a1.tar.gz gentoo-27e9b863800221c7ee0c78e1e6632af2e28b94a1.tar.bz2 gentoo-27e9b863800221c7ee0c78e1e6632af2e28b94a1.zip |
app-admin/pass: use https for git checkout.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/pass/pass-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/pass/pass-9999.ebuild b/app-admin/pass/pass-9999.ebuild index 80ccce7f5783..cd67642663d3 100644 --- a/app-admin/pass/pass-9999.ebuild +++ b/app-admin/pass/pass-9999.ebuild @@ -8,7 +8,7 @@ inherit bash-completion-r1 git-2 elisp-common DESCRIPTION="Stores, retrieves, generates, and synchronizes passwords securely" HOMEPAGE="http://www.passwordstore.org/" -EGIT_REPO_URI="http://git.zx2c4.com/password-store" +EGIT_REPO_URI="https://git.zx2c4.com/password-store" SLOT="0" LICENSE="GPL-2" |