git: 84acf8cfa716 - main - deskutils/keep-presence: Correct WWW and LICENSE lines

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Thu, 06 Jul 2023 00:05:25 UTC
The branch main has been updated by yuri:

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

commit 84acf8cfa716d4550d7536ff109cb422f90b841e
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-07-06 00:02:16 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-07-06 00:05:22 +0000

    deskutils/keep-presence: Correct WWW and LICENSE lines
---
 deskutils/keep-presence/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/deskutils/keep-presence/Makefile b/deskutils/keep-presence/Makefile
index 292188616a54..e68103716396 100644
--- a/deskutils/keep-presence/Makefile
+++ b/deskutils/keep-presence/Makefile
@@ -4,9 +4,9 @@ CATEGORIES=	deskutils
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Prevent system from becoming idle
-WWW=		https://github.com/moses-palmer/pynput
+WWW=		https://github.com/carrot69/keep-presence
 
-LICENSE=	GPLv3
+LICENSE=	CC0-1.0
 LICENSE_FILE=	${WRKSRC}/../LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pynput>0:x11/py-pynput@${PY_FLAVOR}