diff options
author | Kevin Bowling <kbowling@FreeBSD.org> | 2022-05-02 17:26:57 +0000 |
---|---|---|
committer | Kevin Bowling <kbowling@FreeBSD.org> | 2022-05-02 17:26:57 +0000 |
commit | 0ca40de94d392e9ff031ef314e4b5d5935371f88 (patch) | |
tree | 66ddfc2d5f837c3eb6a9eba9227c3f1b109f9b18 | |
parent | 7c96c64533a4ffd610029bb5a266a6e36c633905 (diff) |
devel/libevent: Take maintainer
-rw-r--r-- | devel/libevent/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libevent/Makefile b/devel/libevent/Makefile index 9e1b1a783435..63faad0b7bb3 100644 --- a/devel/libevent/Makefile +++ b/devel/libevent/Makefile @@ -6,7 +6,7 @@ DISTVERSIONSUFFIX= -stable CATEGORIES= devel MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/release-${DISTVERSION}${DISTVERSIONSUFFIX}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= kbowling@FreeBSD.org COMMENT= API for executing callback functions on events or timeouts LICENSE= BSD3CLAUSE |