diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-02-08 04:26:32 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-02-08 05:15:52 +0800 |
commit | 430ca85295f08316abdf7b8f18877e6aec2ff545 (patch) | |
tree | 38f1f5a075a819499411c73e504c3274d2b40f28 /filesystems | |
parent | dns/public_suffix_list: Update to 20250131 (diff) |
filesystems/securefs: Take maintainership
Diffstat (limited to 'filesystems')
-rw-r--r-- | filesystems/securefs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filesystems/securefs/Makefile b/filesystems/securefs/Makefile index 431efa3e723e..5f4abbbf7317 100644 --- a/filesystems/securefs/Makefile +++ b/filesystems/securefs/Makefile @@ -4,7 +4,7 @@ DISTVERSIONPREFIX= v CATEGORIES= filesystems PKGNAMEPREFIX= fusefs- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Filesystem in userspace with transparent encryption and decryption WWW= https://github.com/netheril96/securefs |