From b7c43d108f9b49c3aa7ad8a164a4dc981d113cf5 Mon Sep 17 00:00:00 2001 From: Matthias Fechner Date: Tue, 26 Sep 2023 07:04:07 +0300 Subject: [PATCH] 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