commit: 769f8c46053ded5498a0a068668bd325573a7119 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Wed Nov 15 00:15:17 2023 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Wed Nov 15 00:24:21 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=769f8c46
sys-apps/apply-default-acl: update HOMEPAGE, SRC_URI (http -> https) Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> sys-apps/apply-default-acl/apply-default-acl-0.4.4.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-apps/apply-default-acl/apply-default-acl-0.4.4.ebuild b/sys-apps/apply-default-acl/apply-default-acl-0.4.4.ebuild index 6d77b523fbd3..80219c824419 100644 --- a/sys-apps/apply-default-acl/apply-default-acl-0.4.4.ebuild +++ b/sys-apps/apply-default-acl/apply-default-acl-0.4.4.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Apply default POSIX ACLs to files and directories" -HOMEPAGE="http://michael.orlitzky.com/code/apply-default-acl.xhtml" -SRC_URI="http://michael.orlitzky.com/code/releases/${P}.tar.xz" +HOMEPAGE="https://michael.orlitzky.com/code/apply-default-acl.xhtml" +SRC_URI="https://michael.orlitzky.com/code/releases/${P}.tar.xz" LICENSE="AGPL-3" SLOT="0"
