diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2022-09-16 14:11:31 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2022-09-16 14:11:31 +0000 |
commit | 90cd504b78775a5779ac8b0ff645b73fc5c5c400 (patch) | |
tree | ea3f2e22a18938a4f5c35897f31a9f7a6b9e1467 | |
parent | e9d95bdf1e0deda32f5f465109450984fb1323df (diff) | |
download | ports-90cd504b78775a5779ac8b0ff645b73fc5c5c400.tar.gz ports-90cd504b78775a5779ac8b0ff645b73fc5c5c400.zip |
sysutils/waynergy: move WWW to the right place
-rw-r--r-- | sysutils/waynergy/Makefile | 1 | ||||
-rw-r--r-- | sysutils/waynergy/pkg-descr | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/waynergy/Makefile b/sysutils/waynergy/Makefile index 46d792512533..add656ace489 100644 --- a/sysutils/waynergy/Makefile +++ b/sysutils/waynergy/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils wayland MAINTAINER= bapt@FreeBSD.org COMMENT= Mouse and keyboard sharing utility +WWW= https://github.com/r-c-f/waynergy LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/waynergy/pkg-descr b/sysutils/waynergy/pkg-descr index 2a8544aaeeed..01c9261ddabe 100644 --- a/sysutils/waynergy/pkg-descr +++ b/sysutils/waynergy/pkg-descr @@ -1,5 +1,3 @@ An implementation of a synergy client for wayland compositors. Based on the upstream uSynergy library (heavily modified for more protocol support and a bit of paranoia). - -WWW: https://github.com/r-c-f/waynergy |