summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org>2025-06-22 17:58:02 -0400
committerJesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org>2025-06-22 17:58:02 -0400
commit2778526d151fa8167e577167618f773a88f14108 (patch)
tree9577686b4b3c25a03a7c0b6c1ea16bde911ee872
parentwww/tinyauth: New port: Simplest way to protect your apps with a login screen (diff)
www/authelia: Fix broken WWW
Current WWW returns 404 not found error. PR: 287388 Approved by: acm (mentor) Approved by: yuri (implicit)
-rw-r--r--www/authelia/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/authelia/Makefile b/www/authelia/Makefile
index 728ad37775c8..f7138fa0cd90 100644
--- a/www/authelia/Makefile
+++ b/www/authelia/Makefile
@@ -8,7 +8,7 @@ DISTFILES= authelia-${DISTVERSIONFULL}-public_html${EXTRACT_SUFX}:public_html #
MAINTAINER= yuri@FreeBSD.org
COMMENT= Single sign-on multi-factor portal for web apps
-WWW= https://www.authelia.com/docs/
+WWW= https://www.authelia.com/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE