diff --git a/README.md b/README.md index 42c9a53..2a1fa95 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/package.json b/package.json index 9cb66cc..e6d59cc 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/pyproject.toml b/pyproject.toml index 7ce6e8f..f6d6562 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]