diff options
author | Sam James <sam@gentoo.org> | 2024-09-02 03:45:26 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-09-02 03:45:26 +0100 |
commit | 9778d45c633fe476f0051fbff30354cf2f8af776 (patch) | |
tree | 7734259faf4484f6edd84cf8b55b8bfbe534201b /sys-fs/nilfs-utils | |
parent | sys-auth/polkit: improve 9999-r1 hacks (diff) | |
download | gentoo-9778d45c633fe476f0051fbff30354cf2f8af776.tar.gz gentoo-9778d45c633fe476f0051fbff30354cf2f8af776.tar.bz2 gentoo-9778d45c633fe476f0051fbff30354cf2f8af776.zip |
sys-fs/nilfs-utils: HTTPSify
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs/nilfs-utils')
-rw-r--r-- | sys-fs/nilfs-utils/nilfs-utils-2.2.9.ebuild | 6 |
1 files 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" |