diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-07-18 16:48:42 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-07-18 16:51:53 -0400 |
commit | 92001b4083b2f65353a0509ee9b9303015804e92 (patch) | |
tree | febaf2a2c64b1b81c8dd6df723fd02c89bafa504 | |
parent | git-r3.eclass: Use '__init__' as initial branch (diff) | |
download | gentoo-92001b4083b2f65353a0509ee9b9303015804e92.tar.gz gentoo-92001b4083b2f65353a0509ee9b9303015804e92.tar.bz2 gentoo-92001b4083b2f65353a0509ee9b9303015804e92.zip |
meson.eclass: Change maintainer to base-system@
Per floppym's request.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r-- | eclass/meson.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/meson.eclass b/eclass/meson.eclass index 2c274b213191..adbc495fdef3 100644 --- a/eclass/meson.eclass +++ b/eclass/meson.eclass @@ -3,8 +3,7 @@ # @ECLASS: meson.eclass # @MAINTAINER: -# William Hubbs <williamh@gentoo.org> -# Mike Gilbert <floppym@gentoo.org> +# base-system@gentoo.org # @SUPPORTED_EAPIS: 7 8 # @BLURB: common ebuild functions for meson-based packages # @DESCRIPTION: |