diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2021-03-18 15:31:26 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2021-03-18 15:31:26 +0000 |
commit | 0bb4627ccac7ceda69ea45b2c1dbbcbecd6f7d79 (patch) | |
tree | 5bcd59c8692c1d6bca6544026af5f83843d275b5 | |
parent | devel/git-cinnabar: unbreak after r568648 (diff) |
Assume maintainership as we use it at work and hopefully would be able to
react to future updates and potential security issues slightly quicker.
Encouraged by: ashish (port creator and current/previous maintainer)
-rw-r--r-- | sysutils/squashfs-tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/squashfs-tools/Makefile b/sysutils/squashfs-tools/Makefile index 5ae394d2b98b..1de3dc34acbc 100644 --- a/sysutils/squashfs-tools/Makefile +++ b/sysutils/squashfs-tools/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= SF/squashfs/squashfs/${DISTNAME}/ DISTNAME= squashfs${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= ashish@FreeBSD.org +MAINTAINER= danfe@FreeBSD.org COMMENT= Set of tools to manipulate squashfs images LICENSE= GPLv2 |