diff options
author | Sam James <sam@gentoo.org> | 2023-01-13 09:27:38 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-13 09:27:38 +0000 |
commit | ae6176e23129089902c641f6be71e7b562fff64f (patch) | |
tree | 8fb6ab6cbd8ab3a34a003c11ef313f8e0b1c2cf7 /net-misc/spiped | |
parent | net-misc/spiped: revbump for sh fix (diff) | |
download | gentoo-ae6176e23129089902c641f6be71e7b562fff64f.tar.gz gentoo-ae6176e23129089902c641f6be71e7b562fff64f.tar.bz2 gentoo-ae6176e23129089902c641f6be71e7b562fff64f.zip |
net-misc/spiped: use HTTPS
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/spiped')
-rw-r--r-- | net-misc/spiped/spiped-1.6.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/spiped/spiped-1.6.2-r1.ebuild b/net-misc/spiped/spiped-1.6.2-r1.ebuild index 9067290cf208..93fb33b8305d 100644 --- a/net-misc/spiped/spiped-1.6.2-r1.ebuild +++ b/net-misc/spiped/spiped-1.6.2-r1.ebuild @@ -6,8 +6,8 @@ EAPI=8 inherit toolchain-funcs DESCRIPTION="secure pipe daemon" -HOMEPAGE="http://www.tarsnap.com/spiped.html" -SRC_URI="http://www.tarsnap.com/${PN}/${P}.tgz" +HOMEPAGE="https://www.tarsnap.com/spiped.html" +SRC_URI="https://www.tarsnap.com/${PN}/${P}.tgz" LICENSE="BSD" SLOT="0" |