From fcb1d25e4100b9d973d389abfddf2794a47a5623 Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 12 May 2025 20:14:53 +0200 Subject: [PATCH] CHORE: fixed protocol of git repo url --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b668411..3d22a00 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ ], "repository": { "type": "git", - "url": "http://git.labos.goip.de/chris/jpclwe-materialIcons.git" + "url": "https://git.labos.goip.de/chris/jpclwe-materialIcons.git" }, "license": "", "author": "cm",