diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2023-07-06 00:02:16 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2023-07-06 00:05:22 +0000 |
commit | 84acf8cfa716d4550d7536ff109cb422f90b841e (patch) | |
tree | 0e9e7fe95b5e68a3e9661ca8248d105763fbb36b | |
parent | 0eeb87901f61825cdf7a23ba42f1b00e7844cc49 (diff) |
deskutils/keep-presence: Correct WWW and LICENSE lines
-rw-r--r-- | deskutils/keep-presence/Makefile | 4 |
1 files 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} |