summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-02-17 16:43:18 +0100
committerPatrice Clement <monsieurp@gentoo.org>2018-02-20 21:53:35 +0100
commit5a23f15b9e05804d23b3a10886e4622c3e30b8f8 (patch)
tree54ec50101be8201e0909e061cef3ae847401fca2 /dev-util/catalyst/catalyst-2.0.9999.ebuild
parentapp-admin/elasticsearch_exporter: Initial version (diff)
downloadgentoo-5a23f15b9e05804d23b3a10886e4622c3e30b8f8.tar.gz
gentoo-5a23f15b9e05804d23b3a10886e4622c3e30b8f8.tar.bz2
gentoo-5a23f15b9e05804d23b3a10886e4622c3e30b8f8.zip
dev-util/catalyst: fix link to catalyst project page.
Closes: https://github.com/gentoo/gentoo/pull/7213
Diffstat (limited to 'dev-util/catalyst/catalyst-2.0.9999.ebuild')
-rw-r--r--dev-util/catalyst/catalyst-2.0.9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/catalyst/catalyst-2.0.9999.ebuild b/dev-util/catalyst/catalyst-2.0.9999.ebuild
index 8fea2ecdcce4..3d4ac9380dca 100644
--- a/dev-util/catalyst/catalyst-2.0.9999.ebuild
+++ b/dev-util/catalyst/catalyst-2.0.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -104,5 +104,5 @@ src_install() {
pkg_postinst() {
einfo "You can find more information about catalyst by checking out the"
einfo "catalyst project page at:"
- einfo "https://www.gentoo.org/proj/en/releng/catalyst/index.xml"
+ einfo "https://wiki.gentoo.org/wiki/Catalyst"
}