From 133a383148cdf5f7cd00b3638e80e2c795747b0f Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Mon, 20 Dec 2021 16:49:27 -0600 Subject: dev-vcs/lab: fix home page Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: William Hubbs --- dev-vcs/lab/lab-0.17.2.ebuild | 4 ++-- 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" -- cgit v1.2.3-65-gdbad