diff options
| author | Michael Gmelin <grembo@FreeBSD.org> | 2023-10-30 14:03:00 +0000 |
|---|---|---|
| committer | Michael Gmelin <grembo@FreeBSD.org> | 2023-10-30 14:03:00 +0000 |
| commit | 3e71245b39f9e222d7688a7492d1df421e1bbe57 (patch) | |
| tree | ad0c9af553b2133eb18b5d0c22741254079c3805 | |
| parent | 6b864ea258aa3c4f8bfad317f2c8d40b07b81dc3 (diff) | |
sysutils/pftop: Correct WWW entry
| -rw-r--r-- | sysutils/pftop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/pftop/Makefile b/sysutils/pftop/Makefile index 815e0d68f125..fabc231849d8 100644 --- a/sysutils/pftop/Makefile +++ b/sysutils/pftop/Makefile @@ -5,7 +5,7 @@ CATEGORIES= sysutils net MAINTAINER= grembo@FreeBSD.org COMMENT= Utility for real-time display of statistics for pf -WWW= https://github.com/araujobsd/pftop/ +WWW= https://github.com/grembo/pftop/ LICENSE= BSD2CLAUSE |
