diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2021-09-03 10:13:04 +0200 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2021-09-03 10:13:04 +0200 |
commit | 334bcb11af442d7a4bac09ceed53bc1594478643 (patch) | |
tree | 25c8841ef679a1f7a4be21475da693e358b8ed53 /lang/micropython | |
parent | net-p2p/liberator: use proper string types to match OCaml I/O library. (diff) |
lang/micropython: Assume maintainership for python@
Reported by: koobs
MFH: 2021Q3
Diffstat (limited to 'lang/micropython')
-rw-r--r-- | lang/micropython/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/micropython/Makefile b/lang/micropython/Makefile index a1c006dd5cfd..33aa73854595 100644 --- a/lang/micropython/Makefile +++ b/lang/micropython/Makefile @@ -4,7 +4,7 @@ DISTVERSIONPREFIX= v PORTREVISION= 4 CATEGORIES= lang python -MAINTAINER= ports@FreeBSD.org +MAINTAINER= python@FreeBSD.org COMMENT= Implementation of the Python language for microcontrollers LICENSE= MIT |