git: de3dea784e93 - main - sysutils/py-mqttwarn: Fix broken WWW line
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 04 May 2023 22:40:06 UTC
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