mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 17:43:11 -04:00
dev-util/git-bug: update HOMEPAGE
Signed-off-by: Joe Kappus <joe@wt.gd>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 2020-2022 Gentoo Authors
|
||||
# Copyright 2020-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -6,10 +6,10 @@ EAPI=8
|
||||
inherit go-module
|
||||
|
||||
DESCRIPTION="distributed, offline-first bug tracker"
|
||||
HOMEPAGE="https://github.com/MichaelMure/git-bug"
|
||||
HOMEPAGE="https://github.com/git-bug/git-bug"
|
||||
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/MichaelMure/${PN}"
|
||||
EGIT_REPO_URI="https://github.com/git-bug/${PN}"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
@@ -23,7 +23,7 @@ src_unpack() {
|
||||
src_compile() {
|
||||
ego generate
|
||||
ego build \
|
||||
-ldflags "-s -w -X github.com/MichealMure/git-bug/commands.GitLastTag=${PV} -X github.com/MichealMure/git-bug/commands.GitExactTag=${PV}" \
|
||||
-ldflags "-s -w -X github.com/git-bug/git-bug/commands.GitLastTag=${PV} -X github.com/git-bug/git-bug/commands.GitExactTag=${PV}" \
|
||||
-o ${PN}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user