From e3c2d914823eb0e2fe6609434cf06ef329546794 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Fri, 29 Dec 2023 18:09:21 +0000 Subject: [PATCH] Update transfer.sh homepage URL (#451) - https://transfer.sh is only mentioned as an example in the documentation - ref. #1 - > `https://transfer.sh : HTTPSConnectionPool(host='transfer.sh', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable'))` --- software/transfer.sh.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/transfer.sh.yml b/software/transfer.sh.yml index 6d7227ba29..1a05cfb64e 100644 --- a/software/transfer.sh.yml +++ b/software/transfer.sh.yml @@ -1,5 +1,5 @@ name: transfer.sh -website_url: https://transfer.sh +website_url: https://github.com/dutchcoders/transfer.sh description: Easy file sharing from the command line. licenses: - MIT