From 41ded0b52c0755fed4f7ec78bca4a6c2fe2b87c4 Mon Sep 17 00:00:00 2001 From: Marco Roth Date: Sat, 2 May 2026 16:29:50 +0200 Subject: [PATCH] Fix GitHub repo url for `r-html/rhtml` --- package.json | 2 +- packages/component/package.json | 2 +- packages/components/package.json | 2 +- packages/custom-attributes/package.json | 2 +- packages/decorators/package.json | 2 +- packages/experiments/package.json | 2 +- packages/graphql/package.json | 2 +- packages/hooks/package.json | 2 +- packages/modifiers/package.json | 2 +- packages/operators/package.json | 2 +- packages/renderer/package.json | 2 +- packages/schematics/package.json | 2 +- packages/virtualizer/package.json | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 5483b7b..ab80d37 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "repository": { "type": "git", - "url": "git@github.com:rhtml/rhtml.git" + "url": "git@github.com:r-html/rhtml.git" }, "author": "Kristiyan Tachev", "license": "MIT", diff --git a/packages/component/package.json b/packages/component/package.json index 6c31ce4..8495d0f 100644 --- a/packages/component/package.json +++ b/packages/component/package.json @@ -14,7 +14,7 @@ }, "repository": { "type": "git", - "url": "git@github.com:rhtml/rhtml.git" + "url": "git@github.com:r-html/rhtml.git" }, "dependencies": { "@rxdi/lit-html": "^0.7.225", diff --git a/packages/components/package.json b/packages/components/package.json index 471be77..654dcf2 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -21,7 +21,7 @@ "devDependencies": {}, "repository": { "type": "git", - "url": "git@github.com:rhtml/rhtml.git" + "url": "git@github.com:r-html/rhtml.git" }, "author": "Kristiyan Tachev", "license": "MIT", diff --git a/packages/custom-attributes/package.json b/packages/custom-attributes/package.json index 5acfd1e..d5e4c5c 100644 --- a/packages/custom-attributes/package.json +++ b/packages/custom-attributes/package.json @@ -14,7 +14,7 @@ }, "repository": { "type": "git", - "url": "git@github.com:rhtml/rhtml.git" + "url": "git@github.com:r-html/rhtml.git" }, "dependencies": {}, "devDependencies": {}, diff --git a/packages/decorators/package.json b/packages/decorators/package.json index c94c3f4..aad8557 100644 --- a/packages/decorators/package.json +++ b/packages/decorators/package.json @@ -14,7 +14,7 @@ }, "repository": { "type": "git", - "url": "git@github.com:rhtml/rhtml.git" + "url": "git@github.com:r-html/rhtml.git" }, "dependencies": {}, "devDependencies": {}, diff --git a/packages/experiments/package.json b/packages/experiments/package.json index 1512f39..b87745a 100644 --- a/packages/experiments/package.json +++ b/packages/experiments/package.json @@ -15,7 +15,7 @@ "devDependencies": {}, "repository": { "type": "git", - "url": "git@github.com:rhtml/rhtml.git" + "url": "git@github.com:r-html/rhtml.git" }, "author": "Kristiyan Tachev", "license": "MIT", diff --git a/packages/graphql/package.json b/packages/graphql/package.json index 87d27fe..587a79e 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -15,7 +15,7 @@ "devDependencies": {}, "repository": { "type": "git", - "url": "git@github.com:rhtml/rhtml.git" + "url": "git@github.com:r-html/rhtml.git" }, "author": "Kristiyan Tachev", "license": "MIT", diff --git a/packages/hooks/package.json b/packages/hooks/package.json index bd99a3c..5b5ef38 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -14,7 +14,7 @@ }, "repository": { "type": "git", - "url": "git@github.com:rhtml/rhtml.git" + "url": "git@github.com:r-html/rhtml.git" }, "dependencies": { "@rxdi/lit-html": "^0.7.225" diff --git a/packages/modifiers/package.json b/packages/modifiers/package.json index 7160fd7..048c032 100644 --- a/packages/modifiers/package.json +++ b/packages/modifiers/package.json @@ -14,7 +14,7 @@ }, "repository": { "type": "git", - "url": "git@github.com:rhtml/rhtml.git" + "url": "git@github.com:r-html/rhtml.git" }, "dependencies": { "@rhtml/custom-attributes": "0.0.148", diff --git a/packages/operators/package.json b/packages/operators/package.json index f740203..329de04 100644 --- a/packages/operators/package.json +++ b/packages/operators/package.json @@ -14,7 +14,7 @@ }, "repository": { "type": "git", - "url": "git@github.com:rhtml/rhtml.git" + "url": "git@github.com:r-html/rhtml.git" }, "author": "Kristiyan Tachev", "license": "MIT", diff --git a/packages/renderer/package.json b/packages/renderer/package.json index 43f24d3..aa48711 100644 --- a/packages/renderer/package.json +++ b/packages/renderer/package.json @@ -13,7 +13,7 @@ }, "repository": { "type": "git", - "url": "git@github.com:rhtml/rhtml.git" + "url": "git@github.com:r-html/rhtml.git" }, "dependencies": { "@rxdi/lit-html": "^0.7.225" diff --git a/packages/schematics/package.json b/packages/schematics/package.json index b06a327..90d71b5 100644 --- a/packages/schematics/package.json +++ b/packages/schematics/package.json @@ -23,7 +23,7 @@ "devDependencies": {}, "repository": { "type": "git", - "url": "git@github.com:rhtml/rhtml.git" + "url": "git@github.com:r-html/rhtml.git" }, "author": "Kristiyan Tachev", "license": "MIT", diff --git a/packages/virtualizer/package.json b/packages/virtualizer/package.json index 28a49ed..b7952fc 100644 --- a/packages/virtualizer/package.json +++ b/packages/virtualizer/package.json @@ -14,7 +14,7 @@ }, "repository": { "type": "git", - "url": "git@github.com:rhtml/rhtml.git" + "url": "git@github.com:r-html/rhtml.git" }, "dependencies": { "@rxdi/lit-html": "^0.7.225"