diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-07-09 20:20:28 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-07-09 20:20:28 +0000 |
commit | 2257fae09221914202a65f083a08986fb4e67ce1 (patch) | |
tree | c63410da232e882574b3cde5add565c12a6300e6 /graphics/drm-kmod | |
parent | Update libva-utils to 2.5.0 (diff) |
Change maintainer of all drm kmod ports to x11@
Change maintainer of all drm kmod ports to x11@FreeBSD.org. This way, PRs,
notice about build breakages from package builds and so on goes to the
entire x11@ team, and not just one member.
Approved by: jmd (maintainer)
Notes
Notes:
svn path=/head/; revision=506311
Diffstat (limited to 'graphics/drm-kmod')
-rw-r--r-- | graphics/drm-kmod/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/drm-kmod/Makefile b/graphics/drm-kmod/Makefile index b66341c6fb7e..c7133e792e91 100644 --- a/graphics/drm-kmod/Makefile +++ b/graphics/drm-kmod/Makefile @@ -5,7 +5,7 @@ PORTNAME= drm-kmod PORTVERSION= g20181126 CATEGORIES= graphics -MAINTAINER= jmd@FreeBSD.org +MAINTAINER= x11@FreeBSD.org COMMENT= Metaport of DRM modules for the linuxkpi-based KMS components USES= metaport |