diff options
author | William Hubbs <williamh@gentoo.org> | 2021-12-20 16:49:27 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2021-12-20 16:53:02 -0600 |
commit | 133a383148cdf5f7cd00b3638e80e2c795747b0f (patch) | |
tree | d95c6a1054acb0a8dd2829abca2f09afff6c1d7d /dev-vcs/lab | |
parent | app-misc/rundeck-cli-bin: fix home page (diff) | |
download | gentoo-133a383148cdf5f7cd00b3638e80e2c795747b0f.tar.gz gentoo-133a383148cdf5f7cd00b3638e80e2c795747b0f.tar.bz2 gentoo-133a383148cdf5f7cd00b3638e80e2c795747b0f.zip |
dev-vcs/lab: fix home page
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'dev-vcs/lab')
-rw-r--r-- | dev-vcs/lab/lab-0.17.2.ebuild | 4 | ||||
-rw-r--r-- | dev-vcs/lab/lab-0.19.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-vcs/lab/lab-0.17.2.ebuild b/dev-vcs/lab/lab-0.17.2.ebuild index 355a275a8042..8a8f58154b75 100644 --- a/dev-vcs/lab/lab-0.17.2.ebuild +++ b/dev-vcs/lab/lab-0.17.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit bash-completion-r1 go-module DESCRIPTION="Lab wraps Git or Hub, making it simple to interact with repositories on GitLab" -HOMEPAGE="https://zaquestion.github.io/lab" +HOMEPAGE="https://zaquestion.github.io/lab/" EGO_SUM=( "github.com/BurntSushi/toml v0.3.1" diff --git a/dev-vcs/lab/lab-0.19.0.ebuild b/dev-vcs/lab/lab-0.19.0.ebuild index dcb77c99d293..d2a09a9410f9 100644 --- a/dev-vcs/lab/lab-0.19.0.ebuild +++ b/dev-vcs/lab/lab-0.19.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ LONG_VERSION=v0.19.0-0-g910234a inherit bash-completion-r1 go-module DESCRIPTION="Lab wraps Git or Hub, making it simple to interact with repositories on GitLab" -HOMEPAGE="https://zaquestion.github.io/lab" +HOMEPAGE="https://zaquestion.github.io/lab/" EGO_SUM=( "cloud.google.com/go v0.26.0/go.mod" |