Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #37 from unicef/dspace
Browse files Browse the repository at this point in the history
BLD: added DSpace
  • Loading branch information
lacabra authored Jun 12, 2020
2 parents b5169fa + 821f5b1 commit b777261
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added `recordtrac.json` (#34)
- Added `smart-kyc.json` (#35)
- Added `openhie.json` (#36)
- Added `dspace.json` (#37)

## [0.4.0] - 2020-04-15
### Changed
Expand Down
37 changes: 37 additions & 0 deletions nominees/dspace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"name": "DSpace",
"description": "DSpace open source software is a turnkey repository application used by more than 2,000 organizations and institutions worldwide to provide durable access to digital resources.",
"website": "http://dspace.org/",
"license": [
{
"spdx": "BSD-3-Clause",
"licenseURL": "https://github.com/DSpace/DSpace/blob/master/LICENSE"
}
],
"SDGs": [
[
3,
"Good Health and Well-Being"
],
[
16,
"Peace, Justice and Strong Institutions"
],
[
17,
"Partnerships for the Goals"
]
],
"sectors": [],
"type": [
"software"
],
"repositoryURL": "https://github.com/DSpace/DSpace",
"organizations": [
{
"name": "LYRASIS",
"website": "https://www.lyrasis.org/",
"org_type": "owner"
}
]
}

0 comments on commit b777261

Please sign in to comment.