Date: Thu, 4 May 2023 22:40:06 GMT From: Dan Langille <dvl@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: de3dea784e93 - main - sysutils/py-mqttwarn: Fix broken WWW line Message-ID: <202305042240.344Me6Tj050584@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dvl: URL: https://cgit.FreeBSD.org/ports/commit/?id=de3dea784e9376c9b1b36dae194ac59fe1a5bf03 commit de3dea784e9376c9b1b36dae194ac59fe1a5bf03 Author: Dan Langille <dvl@FreeBSD.org> AuthorDate: 2023-05-04 22:37:57 +0000 Commit: Dan Langille <dvl@FreeBSD.org> CommitDate: 2023-05-04 22:40:03 +0000 sysutils/py-mqttwarn: Fix broken WWW line My fault. I was sure I had testported that commit. Turns out, I did it on the wrong tree. Sorry about that. --- sysutils/py-mqttwarn/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sysutils/py-mqttwarn/Makefile b/sysutils/py-mqttwarn/Makefile index fb0a015b5f5f..a6e02443b862 100644 --- a/sysutils/py-mqttwarn/Makefile +++ b/sysutils/py-mqttwarn/Makefile @@ -6,9 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dvl@FreeBSD.org COMMENT= Subscribe to MQTT topics and notify pluggable services -WWW= https://mqttwarn.readthedocs.io/ - https://github.com/jpmens/mqttwarn - https://pypi.org/project/mqttwarn/ +WWW= https://github.com/jpmens/mqttwarn LICENSE= EPL
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305042240.344Me6Tj050584>