commit: 9778d45c633fe476f0051fbff30354cf2f8af776 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Sep 2 02:45:26 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Sep 2 02:45:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9778d45c
sys-fs/nilfs-utils: HTTPSify Signed-off-by: Sam James <sam <AT> gentoo.org> sys-fs/nilfs-utils/nilfs-utils-2.2.9.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-fs/nilfs-utils/nilfs-utils-2.2.9.ebuild b/sys-fs/nilfs-utils/nilfs-utils-2.2.9.ebuild index ed1cb42de5ec..619f6eda8978 100644 --- a/sys-fs/nilfs-utils/nilfs-utils-2.2.9.ebuild +++ b/sys-fs/nilfs-utils/nilfs-utils-2.2.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,8 +6,8 @@ EAPI=8 inherit linux-info usr-ldscript DESCRIPTION="A New Implementation of a Log-structured File System for Linux" -HOMEPAGE="http://nilfs.sourceforge.net/" -SRC_URI="http://nilfs.sourceforge.net/download/${P}.tar.bz2" +HOMEPAGE="https://nilfs.sourceforge.net/" +SRC_URI="https://nilfs.sourceforge.net/download/${P}.tar.bz2" LICENSE="GPL-2 LGPL-2.1" SLOT="0"
