From 753c381f07942c6a9ed439f0d56637232fc79fbe Mon Sep 17 00:00:00 2001 From: nodiscc Date: Fri, 19 Apr 2024 16:05:44 +0000 Subject: [PATCH] Update Slimta website URL (#672) - ref. #1 - https://github.com/slimta/python-slimta/commit/e983df05fafd457fbfd0bb8dce34c5357d6650e5 - `ERROR:url_check.py: [954/1327] https://www.slimta.org : HTTPSConnectionPool(host='www.slimta.org', port=443): Max retries exceeded with url: / (Caused by NameResolutionError(": Failed to resolve 'www.slimta.org' ([Errno -3] Temporary failure in name resolution)"))` --- software/slimta.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/slimta.yml b/software/slimta.yml index 4bdc78c358..a702b63de5 100644 --- a/software/slimta.yml +++ b/software/slimta.yml @@ -1,5 +1,5 @@ name: Slimta -website_url: https://www.slimta.org +website_url: https://slimta.github.io/ description: Mail Transfer Library built on Python. licenses: - MIT