diff options
author | Hiroki Tagato <tagattie@FreeBSD.org> | 2023-01-31 12:19:15 +0000 |
---|---|---|
committer | Hiroki Tagato <tagattie@FreeBSD.org> | 2023-01-31 12:19:15 +0000 |
commit | 19898fd9d438aa59e72b94d982cbbaf3c51c606f (patch) | |
tree | d01db7ef36539a45eb4e389a55677e977859b6c9 | |
parent | 14c58447f1c4052fe2689d318a7d99a37a909be1 (diff) |
devel/electron21: take maintainership
PR: 269194
Approved by: mikael (maintainer)
MFH: 2023Q1
-rw-r--r-- | devel/electron21/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/electron21/Makefile b/devel/electron21/Makefile index 38934da9e311..808765d5b067 100644 --- a/devel/electron21/Makefile +++ b/devel/electron21/Makefile @@ -10,7 +10,7 @@ DISTFILES= chromium-${CHROMIUM_VER}${EXTRACT_SUFX}:chromium \ electron-yarn-cache-${ELECTRON_VER}${EXTRACT_SUFX}:prefetch DIST_SUBDIR= ${PORTNAME} -MAINTAINER= mikael@FreeBSD.org +MAINTAINER= tagattie@FreeBSD.org COMMENT= Build cross-platform desktop apps with JavaScript, HTML, and CSS WWW= https://electronjs.org/ |