Skip to content

Commit

Permalink
Merge pull request #15 from steff456/fix-url
Browse files Browse the repository at this point in the history
Update repository URLs
  • Loading branch information
anirrudh authored Aug 7, 2023
2 parents e189df3 + 3a3d0e9 commit 3e0a3ce
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,11 @@ To create a new pacakge and release:
1. Bump the version as indicated in `pyproject.toml` and `package.json`

2. Create a new release, and then enusre the release tag is the same as the bumped version tag.

## Code of Conduct

To guarantee a welcoming and friendly community, we require all community members to follow our [Code of Conduct](https://github.com/conda-incubator/governance/blob/main/CODE_OF_CONDUCT.md).

## License

jupyterlab-conda-store is developed under the [BSD 3-Clause License](./LICENSE).
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"jupyterlab",
"jupyterlab-extension"
],
"homepage": "https://github.com/quansight/jupyterlab-conda-store",
"homepage": "https://github.com/conda-incubator/jupyterlab-conda-store",
"bugs": {
"url": "https://github.com/quansight/jupyterlab-conda-store/issues"
"url": "https://github.com/conda-incubator/jupyterlab-conda-store/issues"
},
"license": "BSD-3-Clause",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ test = [
]

[project.urls]
Homepage = "https://github.com/quansight/jupyterlab-conda-store"
Homepage = "https://github.com/conda-incubator/jupyterlab-conda-store"

[tool.hatch.build]
artifacts = ["jupyterlab_conda_store/labextension"]
Expand Down

0 comments on commit 3e0a3ce

Please sign in to comment.