aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2023-09-26 04:04:07 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2023-10-04 15:50:55 +0000
commitb7c43d108f9b49c3aa7ad8a164a4dc981d113cf5 (patch)
tree554d81fda1c0ecc14e56fdd44e69cb4ff6c4acfc
parent85e1fab6b4b4cbf82f7efb14fdf7011651c3bddd (diff)
downloadports-b7c43d108f9b49c3aa7ad8a164a4dc981d113cf5.tar.gz
ports-b7c43d108f9b49c3aa7ad8a164a4dc981d113cf5.zip
devel/py-pygit2: add source repository to WWW entry
-rw-r--r--devel/py-pygit2/Makefile3
1 files changed, 2 insertions, 1 deletions
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