pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

git-bug: adjust user/organization



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Wed Aug 13 17:47:28 2025 +0200
Changeset:	c9cb1b7f891d77ba4faf1d6b0f7a4705308ddf78

Modified Files:
	git-bug/Makefile

Log Message:
git-bug: adjust user/organization

git-bug MASTER_SITES and HOMEPAGE are now under git-bug organization.

Noticed by <gdt>, thanks!

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c9cb1b7f891d77ba4faf1d6b0f7a4705308ddf78

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 git-bug/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/git-bug/Makefile b/git-bug/Makefile
index 077ee39075..630167336f 100644
--- a/git-bug/Makefile
+++ b/git-bug/Makefile
@@ -2,11 +2,11 @@
 
 DISTNAME=	git-bug-0.10.1
 CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_GITHUB:=MichaelMure/}
+MASTER_SITES=	${MASTER_SITE_GITHUB:=git-bug/}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/MichaelMure/git-bug
+HOMEPAGE=	https://github.com/git-bug/git-bug
 COMMENT=	Distributed offline-first bug tracker embedded in git, with bridges
 LICENSE=	gnu-gpl-v3
 


Home | Main Index | Thread Index | Old Index