commit: 5636392cac68738e1c278a216d3c77cd8592eaa0
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon May 7 07:19:13 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon May 7 07:19:46 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5636392c
eclass/cron: replace old gorg url to avoid redundant redirection
eclass/cron.eclass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/eclass/cron.eclass b/eclass/cron.eclass
index 3ff996609b7..d40bc62cdfe 100644
--- a/eclass/cron.eclass
+++ b/eclass/cron.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: cron.eclass
@@ -155,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 " https://www.gentoo.org/doc/en/cron-guide.xml"
+ einfo " https://wiki.gentoo.org/wiki/Cron"
echo
}