diff options
author | Sam James <sam@gentoo.org> | 2021-03-25 13:41:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-25 13:41:00 +0000 |
commit | b9b96e646256e3d661994b795efd6360ecf0e187 (patch) | |
tree | c9af275fafb0aae5f9fefecc83967749abd70dfa /eclass/depend.apache.eclass | |
parent | apache-module.eclass: fix eclass maintainer (apache-devs -> apache-bugs) (diff) | |
download | gentoo-b9b96e646256e3d661994b795efd6360ecf0e187.tar.gz gentoo-b9b96e646256e3d661994b795efd6360ecf0e187.tar.bz2 gentoo-b9b96e646256e3d661994b795efd6360ecf0e187.zip |
depend.apache.eclass: fix eclass maintainer (apache-devs -> apache-bugs)
Closes: https://bugs.gentoo.org/598226
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass/depend.apache.eclass')
-rw-r--r-- | eclass/depend.apache.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/depend.apache.eclass b/eclass/depend.apache.eclass index 5aa552542680..a6ce217687b9 100644 --- a/eclass/depend.apache.eclass +++ b/eclass/depend.apache.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: depend.apache.eclass # @MAINTAINER: -# apache-devs@gentoo.org +# apache-bugs@gentoo.org # @SUPPORTED_EAPIS: 0 2 3 4 5 6 7 # @BLURB: Functions to allow ebuilds to depend on apache # @DESCRIPTION: |