diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-02-17 16:43:18 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-02-20 21:53:35 +0100 |
commit | 5a23f15b9e05804d23b3a10886e4622c3e30b8f8 (patch) | |
tree | 54ec50101be8201e0909e061cef3ae847401fca2 /dev-util/catalyst | |
parent | app-admin/elasticsearch_exporter: Initial version (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-util/catalyst/catalyst-2.0.18-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-util/catalyst/catalyst-2.0.18-r4.ebuild | 4 | ||||
-rw-r--r-- | dev-util/catalyst/catalyst-2.0.9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-util/catalyst/catalyst-2.0.18-r1.ebuild b/dev-util/catalyst/catalyst-2.0.18-r1.ebuild index 8d4471246018..9562f69636d7 100644 --- a/dev-util/catalyst/catalyst-2.0.18-r1.ebuild +++ b/dev-util/catalyst/catalyst-2.0.18-r1.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 @@ -111,5 +111,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" } diff --git a/dev-util/catalyst/catalyst-2.0.18-r4.ebuild b/dev-util/catalyst/catalyst-2.0.18-r4.ebuild index 3cf2b1bb66e7..98e502b926c4 100644 --- a/dev-util/catalyst/catalyst-2.0.18-r4.ebuild +++ b/dev-util/catalyst/catalyst-2.0.18-r4.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 @@ -116,5 +116,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" } 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" } |