From 9f7f6a7bf4b10ef6c34e4dbbf7df234b81ea8733 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Tue, 14 Nov 2023 19:22:45 +0200 Subject: [PATCH] Fix package.json repository key --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2ab335c..77559f1 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "description": "An interactive CLI tool to calculate work time", "license": "MIT", "repository": { - "url": "https://git/korhonen.cc/FunctionalHacker/work-time-calculator.git", + "url": "https://git.korhonen.cc/FunctionalHacker/work-time-calculator.git", "type": "git" }, "bugs": {