commit: cecf2d30f500af0a79ab292014e8bacdc2165eec Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Mar 31 00:31:10 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Mar 31 02:02:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cecf2d30
cron.eclass: drop incorrect (and misplaced) comment re bug assignment cron-bugs@ is not the maintainer but this message regarding bug assignment isn't needed. We would make them the maintainer if they still existed. Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/cron.eclass | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eclass/cron.eclass b/eclass/cron.eclass index b9f436a4a5a..5548b190f9a 100644 --- a/eclass/cron.eclass +++ b/eclass/cron.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: cron.eclass @@ -16,7 +16,6 @@ # NOTE on defaults: the default settings in the below functions were # chosen based on the most common setting among cron ebuilds. # -# Please assign any bugs regarding this eclass to [email protected]. inherit eutils flag-o-matic
