diff --git a/.copier-answers.yml b/.copier-answers.yml index 97f5f32..066893c 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -2,13 +2,13 @@ _commit: v4.3.5 _src_path: https://github.com/jupyterlab/extension-template author_email: '' -author_name: QuantStack +author_name: JupyterLab Contrib Team has_binder: false has_settings: false kind: frontend labextension_name: jupyter-suggestions project_short_description: A JupyterLab extension for suggesting changes. python_name: jupyterlab_suggestions -repository: https://github.com/QuantStack/jupyter-suggestions +repository: https://github.com/jupyterlab-contrib/jupyter-suggestions test: false diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e4bfdba..da261b9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ The `jlpm` command is JupyterLab's pinned version of ```bash # Clone the repo to your local environment -git clone https://github.com/QuantStack/jupyter-suggestions.git +git clone https://github.com/jupyterlab-contrib/jupyter-suggestions.git # Change directory to the jupytercad directory cd jupyter-suggestions # Install JupyterLab for jlpm diff --git a/LICENSE b/LICENSE index 5609eca..c62d495 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,7 @@ BSD 3-Clause License Copyright (c) 2024, QuantStack +Copyright (c) 2024, JupyterLab Contrib Team All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/README.md b/README.md index 5c980e7..a15cd4f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # jupyterlab_suggestions -[![Github Actions Status](https://github.com/QuantStack/jupyter-suggestions/workflows/Build/badge.svg)](https://github.com/QuantStack/jupyter-suggestions/actions/workflows/build.yml) +[![Github Actions Status](https://github.com/jupyterlab-contrib/jupyter-suggestions/workflows/Build/badge.svg)](https://github.com/jupyterlab-contrib/jupyter-suggestions/actions/workflows/build.yml) A JupyterLab extension for suggesting changes. diff --git a/package.json b/package.json index 331fa6e..854641a 100644 --- a/package.json +++ b/package.json @@ -8,9 +8,9 @@ "jupyterlab", "jupyterlab-extension" ], - "homepage": "https://github.com/QuantStack/jupyter-suggestions", + "homepage": "https://github.com/jupyterlab-contrib/jupyter-suggestions", "bugs": { - "url": "https://github.com/QuantStack/jupyter-suggestions/issues" + "url": "https://github.com/jupyterlab-contrib/jupyter-suggestions/issues" }, "license": "BSD-3-Clause", "author": "QuantStack", @@ -21,7 +21,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/QuantStack/jupyter-suggestions.git" + "url": "https://github.com/jupyterlab-contrib/jupyter-suggestions.git" }, "workspaces": [ "packages/*", diff --git a/packages/base/package.json b/packages/base/package.json index 2f9fb3b..aa7fdd6 100644 --- a/packages/base/package.json +++ b/packages/base/package.json @@ -7,9 +7,9 @@ "jupyterlab", "jupyterlab-extension" ], - "homepage": "https://github.com/QuantStack/jupyter-suggestions", + "homepage": "https://github.com/jupyterlab-contrib/jupyter-suggestions", "bugs": { - "url": "https://github.com/QuantStack/jupyter-suggestions/issues" + "url": "https://github.com/jupyterlab-contrib/jupyter-suggestions/issues" }, "license": "BSD-3-Clause", "author": "QuantStack", @@ -23,7 +23,7 @@ "style": "style/index.css", "repository": { "type": "git", - "url": "https://github.com/QuantStack/jupyter-suggestions.git" + "url": "https://github.com/jupyterlab-contrib/jupyter-suggestions.git" }, "scripts": { "build": "tsc -b", diff --git a/python/jupyter_suggestions/LICENSE b/python/jupyter_suggestions/LICENSE index 5609eca..c62d495 100644 --- a/python/jupyter_suggestions/LICENSE +++ b/python/jupyter_suggestions/LICENSE @@ -1,6 +1,7 @@ BSD 3-Clause License Copyright (c) 2024, QuantStack +Copyright (c) 2024, JupyterLab Contrib Team All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/python/jupyter_suggestions_core/package.json b/python/jupyter_suggestions_core/package.json index 9eb4727..4776d59 100644 --- a/python/jupyter_suggestions_core/package.json +++ b/python/jupyter_suggestions_core/package.json @@ -7,9 +7,9 @@ "jupyterlab", "jupyterlab-extension" ], - "homepage": "https://github.com/QuantStack/jupyter-suggestions", + "homepage": "https://github.com/jupyterlab-contrib/jupyter-suggestions", "bugs": { - "url": "https://github.com/QuantStack/jupyter-suggestions/issues" + "url": "https://github.com/jupyterlab-contrib/jupyter-suggestions/issues" }, "license": "BSD-3-Clause", "author": "QuantStack", @@ -24,7 +24,7 @@ "style": "style/index.css", "repository": { "type": "git", - "url": "https://github.com/QuantStack/jupyter-suggestions.git" + "url": "https://github.com/jupyterlab-contrib/jupyter-suggestions.git" }, "scripts": { "build": "jlpm build:lib && jlpm build:labextension:dev", diff --git a/python/jupyter_suggestions_rtc/LICENSE b/python/jupyter_suggestions_rtc/LICENSE index 5609eca..c62d495 100644 --- a/python/jupyter_suggestions_rtc/LICENSE +++ b/python/jupyter_suggestions_rtc/LICENSE @@ -1,6 +1,7 @@ BSD 3-Clause License Copyright (c) 2024, QuantStack +Copyright (c) 2024, JupyterLab Contrib Team All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/python/jupyter_suggestions_rtc/package.json b/python/jupyter_suggestions_rtc/package.json index bcf968b..7fddc5d 100644 --- a/python/jupyter_suggestions_rtc/package.json +++ b/python/jupyter_suggestions_rtc/package.json @@ -7,9 +7,9 @@ "jupyterlab", "jupyterlab-extension" ], - "homepage": "https://github.com/QuantStack/jupyter-suggestions", + "homepage": "https://github.com/jupyterlab-contrib/jupyter-suggestions", "bugs": { - "url": "https://github.com/QuantStack/jupyter-suggestions/issues" + "url": "https://github.com/jupyterlab-contrib/jupyter-suggestions/issues" }, "license": "BSD-3-Clause", "author": "QuantStack", @@ -24,7 +24,7 @@ "style": "style/index.css", "repository": { "type": "git", - "url": "https://github.com/QuantStack/jupyter-suggestions.git" + "url": "https://github.com/jupyterlab-contrib/jupyter-suggestions.git" }, "scripts": { "build": "jlpm build:lib && jlpm build:labextension:dev",