diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-10-13 06:26:18 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-10-13 06:26:18 +0000 |
| commit | 85ed67903ba4cf4e30a8511c9d8849a07a8c4116 (patch) | |
| tree | e05c4d1aa311af829ea8eb5d093e0fa3b4e32e42 | |
| parent | 0e68542ca07c40eaa22c9e22582971c0d344fc23 (diff) | |
textproc/py-textual-autocomplete: Fix WWW
The previous WWW belongs to py-textual.
Approved by: portmgr (blanket)
| -rw-r--r-- | textproc/py-textual-autocomplete/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-textual-autocomplete/Makefile b/textproc/py-textual-autocomplete/Makefile index 571f1e271a6f..4b87e75da7fa 100644 --- a/textproc/py-textual-autocomplete/Makefile +++ b/textproc/py-textual-autocomplete/Makefile @@ -7,7 +7,7 @@ DISTNAME= ${PORTNAME:S/-/_/g}-${DISTVERSIONFULL} MAINTAINER= yuri@FreeBSD.org COMMENT= Easily add autocomplete dropdowns to your Textual apps -WWW= https://github.com/Textualize/textual +WWW= https://github.com/darrenburns/textual-autocomplete LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE |
