diff options
author | Jeroen Roovers <jer@gentoo.org> | 2019-01-20 13:24:17 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2019-01-20 13:24:29 +0100 |
commit | b60f304854b93f53a3fddb2891663b04cfeb7616 (patch) | |
tree | c1895b5134080c4763491588cb01f1b9d24835e0 /net-misc/putty | |
parent | app-portage/pfl: Remove old 3.0-r1. (diff) | |
download | gentoo-b60f304854b93f53a3fddb2891663b04cfeb7616.tar.gz gentoo-b60f304854b93f53a3fddb2891663b04cfeb7616.tar.bz2 gentoo-b60f304854b93f53a3fddb2891663b04cfeb7616.zip |
net-misc/putty: Use HTTPS for live ebuild repo
Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-misc/putty')
-rw-r--r-- | net-misc/putty/putty-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/putty/putty-9999.ebuild b/net-misc/putty/putty-9999.ebuild index 5f8b56a4cf89..696cc46a735b 100644 --- a/net-misc/putty/putty-9999.ebuild +++ b/net-misc/putty/putty-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ inherit autotools eutils gnome2-utils git-r3 toolchain-funcs DESCRIPTION="A Free Telnet/SSH Client" HOMEPAGE="https://www.chiark.greenend.org.uk/~sgtatham/putty/" -EGIT_REPO_URI="git://git.tartarus.org/simon/putty.git" +EGIT_REPO_URI="https://git.tartarus.org/simon/putty.git" SRC_URI="https://dev.gentoo.org/~jer/${PN}-icons.tar.bz2" LICENSE="MIT" |