commit: 1f2079f01b0276fe5ac6f8d2270f3a2bad32de61 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Tue Aug 20 20:16:58 2024 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Tue Aug 20 20:16:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f2079f0
eclass: remove marecki from maintainers Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> eclass/lua-single.eclass | 3 +-- eclass/lua-utils.eclass | 1 - eclass/lua.eclass | 3 +-- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/eclass/lua-single.eclass b/eclass/lua-single.eclass index 8432df0583bb..ad7075955153 100644 --- a/eclass/lua-single.eclass +++ b/eclass/lua-single.eclass @@ -1,10 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: lua-single.eclass # @MAINTAINER: # William Hubbs <[email protected]> -# Marek Szuba <[email protected]> # @AUTHOR: # Marek Szuba <[email protected]> # Based on python-single-r1.eclass by Michał Górny <[email protected]> et al. diff --git a/eclass/lua-utils.eclass b/eclass/lua-utils.eclass index c63ec369c1c2..7272f80d0370 100644 --- a/eclass/lua-utils.eclass +++ b/eclass/lua-utils.eclass @@ -4,7 +4,6 @@ # @ECLASS: lua-utils.eclass # @MAINTAINER: # William Hubbs <[email protected]> -# Marek Szuba <[email protected]> # @AUTHOR: # Marek Szuba <[email protected]> # Based on python-utils-r1.eclass by Michał Górny <[email protected]> et al. diff --git a/eclass/lua.eclass b/eclass/lua.eclass index bb2e41ef1061..380ec274167c 100644 --- a/eclass/lua.eclass +++ b/eclass/lua.eclass @@ -1,10 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: lua.eclass # @MAINTAINER: # William Hubbs <[email protected]> -# Marek Szuba <[email protected]> # @AUTHOR: # Marek Szuba <[email protected]> # Based on python-r1.eclass by Michał Górny <[email protected]> et al.
