From 809532c437d4327217989eadbe4f48ab5b97cbf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20M=C3=BChl?= Date: Wed, 8 Apr 2026 20:20:23 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20correct=20repository=20URL=20typo=20(kim?= =?UTF-8?q?ea=20=E2=86=92=20kimai)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- README.md | 4 ++-- composer.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bfa33de..8d19d48 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ A GitHub-style activity heatmap for your [Kimai](https://www.kimai.org/) dashboa ## Installation ```bash -composer config repositories.heatmap vcs https://git.toph.so/toph/kimea-plugin-heatmap +composer config repositories.heatmap vcs https://git.toph.so/toph/kimai-plugin-heatmap composer require kimai-plugin/heatmap-bundle bin/console kimai:reload ``` @@ -28,7 +28,7 @@ If you can't run `composer require` directly (e.g. Docker Compose, Nomad, or a c ```json { "repositories": [ - { "type": "vcs", "url": "https://git.toph.so/toph/kimea-plugin-heatmap" } + { "type": "vcs", "url": "https://git.toph.so/toph/kimai-plugin-heatmap" } ], "require": { "kimai-plugin/heatmap-bundle": "^1.0" diff --git a/composer.json b/composer.json index afcf1f3..cef83ab 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "GitHub-style activity heatmap dashboard widget for Kimai", "license": "MIT", "keywords": ["kimai", "plugin", "heatmap", "dashboard", "time-tracking"], - "homepage": "https://git.toph.so/toph/kimea-plugin-heatmap", + "homepage": "https://git.toph.so/toph/kimai-plugin-heatmap", "authors": [ { "name": "Christopher Mühl",