From f6f09c003d85e23a57d9cfbfb4af2eb979e89148 Mon Sep 17 00:00:00 2001 From: "Randolph W. Aarseth II" Date: Wed, 18 Dec 2024 20:59:25 -0700 Subject: [PATCH] fixed homepage variable not pointing to the correct branch for README.md --- anko/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anko/package.json b/anko/package.json index 4a220a4..649abe9 100644 --- a/anko/package.json +++ b/anko/package.json @@ -44,5 +44,5 @@ "bugs": { "url": "https://github.com/blazium-engine/vscode-anko-highlighter/issues" }, - "homepage": "https://github.com/blazium-engine/vscode-anko-highlighter/blob/main/README.md" + "homepage": "https://github.com/blazium-engine/vscode-anko-highlighter/blob/master/README.md" }