summaryrefslogtreecommitdiff
path: root/dev-util/git-bug/git-bug-9999.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-07-18 19:08:36 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-07-18 19:08:36 +0000
commite47d13a8ea1f6937ca0a59ff8ec1661a21d51baa (patch)
tree7ed76d5a6c04fc140a2639bf454a4d528853816a /dev-util/git-bug/git-bug-9999.ebuild
parent1b94d43404c7f7a9127220c86767e97b733bd6c5 (diff)
downloadbaldeagleos-repo-e47d13a8ea1f6937ca0a59ff8ec1661a21d51baa.tar.gz
baldeagleos-repo-e47d13a8ea1f6937ca0a59ff8ec1661a21d51baa.tar.xz
baldeagleos-repo-e47d13a8ea1f6937ca0a59ff8ec1661a21d51baa.zip
Adding metadata
Diffstat (limited to 'dev-util/git-bug/git-bug-9999.ebuild')
-rw-r--r--dev-util/git-bug/git-bug-9999.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/git-bug/git-bug-9999.ebuild b/dev-util/git-bug/git-bug-9999.ebuild
index bf4f95dee4a0..6036833e3e6a 100644
--- a/dev-util/git-bug/git-bug-9999.ebuild
+++ b/dev-util/git-bug/git-bug-9999.ebuild
@@ -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}
}