git: 70bc61539386 - main - net-p2p/nomadnet: Fix license for GPLv3

From: Carlo Strub <cs_at_FreeBSD.org>
Date: Fri, 22 Sep 2023 19:00:32 UTC
The branch main has been updated by cs:

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

commit 70bc6153938674ccbecafadb7f1c8779d966888f
Author:     Carlo Strub <cs@FreeBSD.org>
AuthorDate: 2023-09-22 19:00:12 +0000
Commit:     Carlo Strub <cs@FreeBSD.org>
CommitDate: 2023-09-22 19:00:12 +0000

    net-p2p/nomadnet: Fix license for GPLv3
---
 net-p2p/nomadnet/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-p2p/nomadnet/Makefile b/net-p2p/nomadnet/Makefile
index 5f19d538ee53..fcf26f55c1e0 100644
--- a/net-p2p/nomadnet/Makefile
+++ b/net-p2p/nomadnet/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	nomadnet
 DISTVERSION=	0.3.8
+PORTREVISION=	1
 CATEGORIES=	net-p2p
 MASTER_SITES=	PYPI
 
@@ -7,7 +8,7 @@ MAINTAINER=	cs@FreeBSD.org
 COMMENT=	Off-grid, resilient mesh communication
 WWW=		https://github.com/markqvist/nomadnet
 
-LICENSE=	MIT
+LICENSE=	GPLv3
 
 RUN_DEPENDS=	lxmf>0:net-p2p/lxmf \
 		${PYTHON_PKGNAMEPREFIX}qrcode>=0:textproc/py-qrcode@${PY_FLAVOR} \