Skip to content

Commit

Permalink
πŸš€ Transfer from Curvenote ➑️ Continuous Science Foundation πŸ’š
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanc1 committed Nov 29, 2024
1 parent 43bc797 commit 2da9e29
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2024 Curvenote Inc.
Copyright (c) 2024 Continuous Science Foundation

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# zenodo-utils

[![zenodo-utils on npm](https://img.shields.io/npm/v/zenodo-utils.svg)](https://www.npmjs.com/package/zenodo-utils)
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/curvenote/zenodo-utils/blob/main/LICENSE)
![CI](https://github.com/curvenote/zenodo-utils/workflows/CI/badge.svg)
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/continuous-foundation/zenodo-utils/blob/main/LICENSE)
![CI](https://github.com/continuous-foundation/zenodo-utils/workflows/CI/badge.svg)

Utilities to submit information to [Zenodo](https://zenodo.org) in your application. Works with MyST Frontmatter for a single way to define your publishing information for packages and have bulk uploads and deposits for long-term archiving.

Expand All @@ -18,7 +18,7 @@ The library installs a command line interface (CLI) which allows for deposit and

<p style="text-align: center; color: #aaa; padding-top: 50px">
Made with love by
<a href="https://curvenote.com" target="_blank" style="color: #aaa">
<img src="https://cdn.curvenote.com/brand/logo-blue-icon.png" style="height: 1em" /> Curvenote
<a href="https://continuous.foundation" target="_blank" style="color: #aaa">
Continuous Science Foundation <img src="https://continuous.foundation/images/logo-small.svg" style="height: 1em" />
</a>
</p>
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "zenodo-utils",
"version": "0.0.0",
"description": "Utilities for working with zenodo",
"author": "Rowan Cockett <rowan@curvenote.com>",
"homepage": "https://github.com/curvenote/zenodo-utils",
"author": "Rowan Cockett <rowan@continuous.foundation>",
"homepage": "https://github.com/continuous-foundation/zenodo-utils",
"sideEffects": false,
"type": "module",
"exports": "./dist/index.js",
Expand All @@ -20,7 +20,7 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/curvenote/zenodo-utils.git"
"url": "git+https://github.com/continuous-foundation/zenodo-utils.git"
},
"bin": {
"zenodo": "dist/zenodo.cjs"
Expand All @@ -43,7 +43,7 @@
"publish": "npm run build && npm run test && changeset publish && git push --follow-tags"
},
"bugs": {
"url": "https://github.com/curvenote/zenodo-utils/issues"
"url": "https://github.com/continuous-foundation/zenodo-utils/issues"
},
"dependencies": {
"axios": "^1.7.7",
Expand Down

0 comments on commit 2da9e29

Please sign in to comment.