diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2022-03-31 17:56:49 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2022-03-31 17:56:49 -0700 |
commit | 3bc9b6a5fe97f8cee6c177d0a221cb02a7fcb407 (patch) | |
tree | 6b7539352c7012c5c110a46be29cfd914cdd68a4 /dev-util/wachy | |
parent | media-gfx/blender: add 3.1.1 (diff) | |
download | gentoo-3bc9b6a5fe97f8cee6c177d0a221cb02a7fcb407.tar.gz gentoo-3bc9b6a5fe97f8cee6c177d0a221cb02a7fcb407.tar.bz2 gentoo-3bc9b6a5fe97f8cee6c177d0a221cb02a7fcb407.zip |
dev-util/wachy: update HOMEPAGE
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-util/wachy')
-rw-r--r-- | dev-util/wachy/wachy-0.1.0_alpha6.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-util/wachy/wachy-0.1.0_alpha6.ebuild b/dev-util/wachy/wachy-0.1.0_alpha6.ebuild index 142842ae1270..c70001be06c0 100644 --- a/dev-util/wachy/wachy-0.1.0_alpha6.ebuild +++ b/dev-util/wachy/wachy-0.1.0_alpha6.ebuild @@ -105,7 +105,10 @@ inherit cargo DESCRIPTION="A dynamic tracing profiler for Linux" # Double check the homepage as the cargo_metadata crate # does not provide this value so instead repository is used -HOMEPAGE="https://github.com/rubrikinc/wachy" +HOMEPAGE=" + https://rubrikinc.github.io/wachy/ + https://github.com/rubrikinc/wachy +" SRC_URI=" https://github.com/rubrikinc/${PN}/archive/refs/tags/${PV/_alpha/-alpha.}.tar.gz -> ${P}.tar.gz $(cargo_crate_uris ${CRATES}) |