diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2023-11-14 19:15:17 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2023-11-14 19:24:21 -0500 |
commit | 769f8c46053ded5498a0a068668bd325573a7119 (patch) | |
tree | ce2ab912181753539fd3c1f0d43cc80cb7618518 /sys-apps | |
parent | sci-mathematics/dunshire: update HOMEPAGE (http -> https) (diff) | |
download | gentoo-769f8c46053ded5498a0a068668bd325573a7119.tar.gz gentoo-769f8c46053ded5498a0a068668bd325573a7119.tar.bz2 gentoo-769f8c46053ded5498a0a068668bd325573a7119.zip |
sys-apps/apply-default-acl: update HOMEPAGE, SRC_URI (http -> https)
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/apply-default-acl/apply-default-acl-0.4.4.ebuild | 6 |
1 files 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" |