diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-03-20 22:29:18 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-04-01 21:16:12 +0200 |
commit | 0851927012b808d2a096ea1368d32c779291132d (patch) | |
tree | bf62cc5020201b0c28f5357c877999929726d460 /app-admin/xstow | |
parent | app-admin/fetchlog: use HTTPS, fix LICENSE (diff) | |
download | gentoo-0851927012b808d2a096ea1368d32c779291132d.tar.gz gentoo-0851927012b808d2a096ea1368d32c779291132d.tar.bz2 gentoo-0851927012b808d2a096ea1368d32c779291132d.zip |
app-admin/xstow: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-admin/xstow')
-rw-r--r-- | app-admin/xstow/xstow-1.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/xstow/xstow-1.1.0.ebuild b/app-admin/xstow/xstow-1.1.0.ebuild index 7b39d09e8eeb..827b9a734e87 100644 --- a/app-admin/xstow/xstow-1.1.0.ebuild +++ b/app-admin/xstow/xstow-1.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 inherit autotools DESCRIPTION="Replacement for GNU stow with extensions" -HOMEPAGE="http://xstow.sourceforge.net/" +HOMEPAGE="https://xstow.sourceforge.net/" SRC_URI="mirror://sourceforge/xstow/${P}.tar.bz2" LICENSE="GPL-2" |