toolchain.eclass: fix ada build with lto
[gentoo.git] / eclass / cron.eclass
index 57ab4463d50437e832ae1ba19082683bd71eaabe..b9f436a4a5aa8ff42e4d9efb909c53e755d9990b 100644 (file)
@@ -1,10 +1,9 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 # @ECLASS: cron.eclass
 # @MAINTAINER:
-# cron-bugs@gentoo.org
+# maintainer-needed@gentoo.org
 # @AUTHOR:
 # Original Author: Aaron Walker <ka0ttic@gentoo.org>
 # @BLURB: Some functions for cron
@@ -156,6 +155,6 @@ cron_pkg_postinst() {
 
        einfo "You may wish to read the Gentoo Linux Cron Guide, which can be"
        einfo "found online at:"
-       einfo "    http://www.gentoo.org/doc/en/cron-guide.xml"
+       einfo "    https://wiki.gentoo.org/wiki/Cron"
        echo
 }