Skip to content

Commit

Permalink
Use https for git for now
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed May 22, 2024
1 parent 1e769c2 commit a53b961
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions jupyterlab_gallery/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
{
# repository URL can include branch, PAT, basically anything that git will digest
# TODO: if we embed PAT in repository URL we need another repository URL that is
"git": "[email protected]:nebari-dev/nebari.git",
#"git": "[email protected]:nebari-dev/nebari.git",
"git": "https://github.com/nebari-dev/nebari.git",
"repository": "https://github.com/nebari-dev/nebari/",
# "documentation": "https://github.com/nebari-dev/nebari/",
"title": "Nebari",
Expand All @@ -25,7 +26,8 @@
# ""
},
{
"git": "[email protected]:nebari-dev/nebari-docker-images.git",
#"git": "[email protected]:nebari-dev/nebari-docker-images.git",
"git": "https://github.com/nebari-dev/nebari-docker-images.git",
"repository": "https://github.com/nebari-dev/nebari-docker-images/",
"title": "Nebari docker images",
"description": "Nebari Docker images",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-gallery",
"version": "0.1.1",
"version": "0.1.2",
"description": "A JupyterLab gallery extension for presenting and downloading examples from remote repositories",
"keywords": [
"jupyter",
Expand Down

0 comments on commit a53b961

Please sign in to comment.