From 993536bcf9c5015c82c371e223ceff0f1ff8883d Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Sun, 5 May 2024 17:23:31 +0200 Subject: [PATCH] Update phplist website (#694) - ref: #1 - `https://phplist.org : HTTPSConnectionPool(host='phplist.org', port=443): Max retries exceeded with url: / (Caused by NameResolutionError(": Failed to resolve 'phplist.org' ([Errno -5] No address associated with hostname)"))` - All documentation links point to `www.phplist.org` --- software/phplist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/phplist.yml b/software/phplist.yml index f7f5556427..0660dd955e 100644 --- a/software/phplist.yml +++ b/software/phplist.yml @@ -1,5 +1,5 @@ name: phpList -website_url: https://phplist.org +website_url: https://www.phplist.org description: Newsletter and email marketing with advanced management of subscribers, bounces, and plugins. licenses: - AGPL-3.0