commit: b8670fce75e0709a2b3701ac597a3270fabd90c9 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Mar 25 13:40:43 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Mar 25 13:40:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8670fce
apache-module.eclass: fix eclass maintainer (apache-devs -> apache-bugs) Bug: https://bugs.gentoo.org/598226 Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/apache-module.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/apache-module.eclass b/eclass/apache-module.eclass index e192a745427..4c88f14566a 100644 --- a/eclass/apache-module.eclass +++ b/eclass/apache-module.eclass @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: apache-module.eclass # @MAINTAINER: -# [email protected] +# [email protected] # @BLURB: Provides a common set of functions for apache modules # @DESCRIPTION: # This eclass handles apache modules in a sane way.
