Skip to content

Commit

Permalink
Merge pull request #19 from jtpio/update-links
Browse files Browse the repository at this point in the history
Update links to the repo
  • Loading branch information
martinRenou authored Dec 11, 2024
2 parents 86541ce + 7c980af commit a4c48c6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ kind: theme
labextension_name: jupyterlab-night
project_short_description: Dark theme for JupyterLab
python_name: jupyterlab_night
repository: https://github.com/martinRenou/jupyterlab-night.git
repository: https://github.com/jupyterlab-contrib/jupyterlab-night.git
test: false

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# jupyterlab-night

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/martinRenou/jupyterlab-night/main?urlpath=lab)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupyterlab-contrib/jupyterlab-night/main?urlpath=lab)

JupyterLab dark theme inspired by the Github dark theme

Expand Down
6 changes: 3 additions & 3 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/martinRenou/jupyterlab-night",
"homepage": "https://github.com/jupyterlab-contrib/jupyterlab-night",
"bugs": {
"url": "https://github.com/martinRenou/jupyterlab-night/issues"
"url": "https://github.com/jupyterlab-contrib/jupyterlab-night/issues"
},
"license": "BSD-3-Clause",
"author": {
Expand All @@ -25,7 +25,7 @@
"types": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/martinRenou/jupyterlab-night.git"
"url": "https://github.com/jupyterlab-contrib/jupyterlab-night.git"
},
"scripts": {
"build": "jlpm build:lib && jlpm build:labextension:dev",
Expand Down

0 comments on commit a4c48c6

Please sign in to comment.