diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-05-07 10:19:13 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-05-07 10:19:46 +0300 |
commit | 5636392cac68738e1c278a216d3c77cd8592eaa0 (patch) | |
tree | e9c00d60c029a7effd7f6bae6fcbf7a9576abd3b /eclass/cron.eclass | |
parent | dev-python/snowballstemmer: ALLARCHES propagate stable on 1.2.1 (diff) | |
download | gentoo-5636392cac68738e1c278a216d3c77cd8592eaa0.tar.gz gentoo-5636392cac68738e1c278a216d3c77cd8592eaa0.tar.bz2 gentoo-5636392cac68738e1c278a216d3c77cd8592eaa0.zip |
eclass/cron: replace old gorg url to avoid redundant redirection
Diffstat (limited to 'eclass/cron.eclass')
-rw-r--r-- | eclass/cron.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/cron.eclass b/eclass/cron.eclass index 3ff996609b7f..d40bc62cdfe4 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 } |