git: b7c43d108f9b - main - devel/py-pygit2: add source repository to WWW entry

From: Matthias Fechner <mfechner_at_FreeBSD.org>
Date: Wed, 04 Oct 2023 15:52:17 UTC
The branch main has been updated by mfechner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b7c43d108f9b49c3aa7ad8a164a4dc981d113cf5

commit b7c43d108f9b49c3aa7ad8a164a4dc981d113cf5
Author:     Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2023-09-26 04:04:07 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2023-10-04 15:50:55 +0000

    devel/py-pygit2: add source repository to WWW entry
---
 devel/py-pygit2/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/py-pygit2/Makefile b/devel/py-pygit2/Makefile
index ee92624084c4..2ad6e2493243 100644
--- a/devel/py-pygit2/Makefile
+++ b/devel/py-pygit2/Makefile
@@ -8,7 +8,8 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	mfechner@FreeBSD.org
 COMMENT=	Python bindings for libgit2
-WWW=		https://www.pygit2.org
+WWW=		https://www.pygit2.org \
+		https://github.com/libgit2/pygit2
 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING