Skip to content

Commit 1b50aea

Browse files
committed
packages/mathjax2-extension: Remove redundant .git extension from some GitHub URLs
1 parent 867a24f commit 1b50aea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/mathjax2-extension/.copier-answers.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ mimetype: ''
1313
mimetype_name: ''
1414
project_short_description: A MathJax Typesetting provider for JupyterLab 4 and above
1515
python_name: jupyterlab_mathjax2
16-
repository: https://github.com/jupyterlab/jupyter-renderers.git.git
16+
repository: https://github.com/jupyterlab/jupyter-renderers.git
1717
test: true
1818
viewer_name: ''
1919

packages/mathjax2-extension/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"jupyterlab",
88
"jupyterlab-extension"
99
],
10-
"homepage": "https://github.com/jupyterlab/jupyter-renderers.git",
10+
"homepage": "https://github.com/jupyterlab/jupyter-renderers",
1111
"bugs": {
12-
"url": "https://github.com/jupyterlab/jupyter-renderers.git/issues"
12+
"url": "https://github.com/jupyterlab/jupyter-renderers/issues"
1313
},
1414
"license": "BSD-3-Clause",
1515
"author": {
@@ -26,7 +26,7 @@
2626
"style": "style/index.css",
2727
"repository": {
2828
"type": "git",
29-
"url": "https://github.com/jupyterlab/jupyter-renderers.git.git"
29+
"url": "https://github.com/jupyterlab/jupyter-renderers.git"
3030
},
3131
"scripts": {
3232
"build": "jlpm build:lib && jlpm build:labextension:dev",

0 commit comments

Comments
 (0)