Skip to content

Commit 2da9e29

Browse files
committed
πŸš€ Transfer from Curvenote ➑️ Continuous Science Foundation πŸ’š
1 parent 43bc797 commit 2da9e29

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

β€ŽLICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2024 Curvenote Inc.
3+
Copyright (c) 2024 Continuous Science Foundation
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

β€ŽREADME.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# zenodo-utils
22

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

77
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.
88

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

1919
<p style="text-align: center; color: #aaa; padding-top: 50px">
2020
Made with love by
21-
<a href="https://curvenote.com" target="_blank" style="color: #aaa">
22-
<img src="https://cdn.curvenote.com/brand/logo-blue-icon.png" style="height: 1em" /> Curvenote
21+
<a href="https://continuous.foundation" target="_blank" style="color: #aaa">
22+
Continuous Science Foundation <img src="https://continuous.foundation/images/logo-small.svg" style="height: 1em" />
2323
</a>
2424
</p>

β€Žpackage.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "zenodo-utils",
33
"version": "0.0.0",
44
"description": "Utilities for working with zenodo",
5-
"author": "Rowan Cockett <rowan@curvenote.com>",
6-
"homepage": "https://github.com/curvenote/zenodo-utils",
5+
"author": "Rowan Cockett <rowan@continuous.foundation>",
6+
"homepage": "https://github.com/continuous-foundation/zenodo-utils",
77
"sideEffects": false,
88
"type": "module",
99
"exports": "./dist/index.js",
@@ -20,7 +20,7 @@
2020
],
2121
"repository": {
2222
"type": "git",
23-
"url": "git+https://github.com/curvenote/zenodo-utils.git"
23+
"url": "git+https://github.com/continuous-foundation/zenodo-utils.git"
2424
},
2525
"bin": {
2626
"zenodo": "dist/zenodo.cjs"
@@ -43,7 +43,7 @@
4343
"publish": "npm run build && npm run test && changeset publish && git push --follow-tags"
4444
},
4545
"bugs": {
46-
"url": "https://github.com/curvenote/zenodo-utils/issues"
46+
"url": "https://github.com/continuous-foundation/zenodo-utils/issues"
4747
},
4848
"dependencies": {
4949
"axios": "^1.7.7",

0 commit comments

Comments
Β (0)