[Mlir-commits] [mlir] 634b086 - [vscode-mlir] Fix the package repo url.
River Riddle
llvmlistbot at llvm.org
Fri Jul 30 18:10:39 PDT 2021
Author: River Riddle
Date: 2021-07-31T01:10:27Z
New Revision: 634b086f6e3b84f2a9046659b6901e8ce7c8f1c3
URL: https://github.com/llvm/llvm-project/commit/634b086f6e3b84f2a9046659b6901e8ce7c8f1c3
DIFF: https://github.com/llvm/llvm-project/commit/634b086f6e3b84f2a9046659b6901e8ce7c8f1c3.diff
LOG: [vscode-mlir] Fix the package repo url.
It should be llvm/vscode-mlir not llvm-project/vscode-mlir.
Added:
Modified:
mlir/utils/vscode/package.json
Removed:
################################################################################
diff --git a/mlir/utils/vscode/package.json b/mlir/utils/vscode/package.json
index 75546cf6c363..aae3ef2d9d37 100644
--- a/mlir/utils/vscode/package.json
+++ b/mlir/utils/vscode/package.json
@@ -45,7 +45,7 @@
},
"repository": {
"type": "git",
- "url": "https://github.com/llvm-project/vscode-mlir.git"
+ "url": "https://github.com/llvm/vscode-mlir.git"
},
"contributes": {
"languages": [
More information about the Mlir-commits
mailing list