You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2022/09/27 21:25:56 UTC

[superset] branch url-typos updated: removing .git from web url references in package.json

This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch url-typos
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/url-typos by this push:
     new 4e566a4c59 removing .git from web url references in package.json
4e566a4c59 is described below

commit 4e566a4c59d9a4a7f5a4fe1daffa2b88a94f1dff
Author: Evan Rusackas <ev...@preset.io>
AuthorDate: Tue Sep 27 15:25:46 2022 -0600

    removing .git from web url references in package.json
---
 superset-frontend/packages/generator-superset/package.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/superset-frontend/packages/generator-superset/package.json b/superset-frontend/packages/generator-superset/package.json
index 6e73ba3c14..36a622f3f9 100644
--- a/superset-frontend/packages/generator-superset/package.json
+++ b/superset-frontend/packages/generator-superset/package.json
@@ -8,9 +8,9 @@
     "superset",
     "yeoman-generator"
   ],
-  "homepage": "https://github.com/apache/superset.git#readme",
+  "homepage": "https://github.com/apache/superset#readme",
   "bugs": {
-    "url": "https://github.com/apache/superset.git/issues"
+    "url": "https://github.com/apache/superset/issues"
   },
   "repository": {
     "type": "git",