diff options
author | Sam James <sam@gentoo.org> | 2021-03-31 01:31:10 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-31 03:02:44 +0100 |
commit | cecf2d30f500af0a79ab292014e8bacdc2165eec (patch) | |
tree | e9cd6d7468f86d631dcca4bb942f4fa25ffcb622 /eclass/cron.eclass | |
parent | opam.eclass: mark OPAM_INSTALLER_DEP as @PRE_INHERIT (diff) | |
download | gentoo-cecf2d30f500af0a79ab292014e8bacdc2165eec.tar.gz gentoo-cecf2d30f500af0a79ab292014e8bacdc2165eec.tar.bz2 gentoo-cecf2d30f500af0a79ab292014e8bacdc2165eec.zip |
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@gentoo.org>
Diffstat (limited to 'eclass/cron.eclass')
-rw-r--r-- | eclass/cron.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/cron.eclass b/eclass/cron.eclass index b9f436a4a5aa..5548b190f9a7 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 cron-bugs@gentoo.org. inherit eutils flag-o-matic |