mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted-data.git
synced 2026-03-11 08:55:24 +00:00
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('<urllib3.connection.HTTPSConnection object at 0x7facafcdd340>: Failed to establish a new connection: [Errno 111] Connection refused'))` - README points to new url
This commit is contained in:
parent
76805fe581
commit
db6a66a55b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue