summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/squash_dir/squash_dir-13.13.ebuild')
-rw-r--r--sys-fs/squash_dir/squash_dir-13.13.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/squash_dir/squash_dir-13.13.ebuild b/sys-fs/squash_dir/squash_dir-13.13.ebuild
index 04603ae4..2001f7e0 100644
--- a/sys-fs/squash_dir/squash_dir-13.13.ebuild
+++ b/sys-fs/squash_dir/squash_dir-13.13.ebuild
@@ -88,7 +88,7 @@ pkg_postinst() {
if linux_config_missing 'OVERLAYFS_FS'
then ewarn "To use ${PN} activate overlayfs in your kernel."
ewarn "Unless you use a patched kernel, apply e.g. top patches from some head of"
- ewarn "http://git.kernel.org/?p=linux/kernel/git/mszeredi/vfs.git;a=summary"
+ ewarn "https://git.kernel.org/?p=linux/kernel/git/mszeredi/vfs.git;a=summary"
fi;;
aufs)
if ! has_version sys-fs/aufs3 && ! has_version sys-fs/aufs2 && linux_config_missing 'AUFS_FS'