diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-05-04 01:00:00 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-05-04 05:00:23 +0000 |
commit | 62444a6e3f7046c8e1765cf111827e26995a8a42 (patch) | |
tree | 88b280f458e729ceb59164904ec8009c8f0479f1 | |
parent | 878e0bf565cd7fa8e752e5244757add339bb1b81 (diff) |
graphics/dify: drop maintainership
-rw-r--r-- | graphics/dify/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/dify/Makefile b/graphics/dify/Makefile index d0e524380be6..7c1a4f31be4d 100644 --- a/graphics/dify/Makefile +++ b/graphics/dify/Makefile @@ -6,7 +6,7 @@ MASTER_SITES= CRATESIO # XXX Teach USES=cargo to have proper default DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Fast pixel-by-pixel image comparison tool in Rust WWW= https://github.com/jihchi/dify |