From db6a66a55b8b1ecacfacec4fa2e69a8b8b734981 Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Thu, 6 Mar 2025 22:20:23 +0100 Subject: [PATCH] fix dspace website url (#1182) - ref: #1 - `https://duraspace.org/dspace/ : HTTPSConnectionPool(host='duraspace.org', port=443): Max retries exceeded with url: /dspace/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))` - README points to new url --- software/dspace.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/dspace.yml b/software/dspace.yml index 8ad83ae678..8f95b9fb9d 100644 --- a/software/dspace.yml +++ b/software/dspace.yml @@ -1,5 +1,5 @@ name: DSpace -website_url: https://duraspace.org/dspace/ +website_url: http://www.dspace.org/ description: Turnkey repository application providing durable access to digital resources. licenses: - BSD-3-Clause