fix: correct repository URL typo (kimea → kimai)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Christopher Mühl 2026-04-08 20:20:23 +02:00
parent 3c10cdd8b0
commit 809532c437
No known key found for this signature in database
GPG key ID: 925AC7D69955293F
2 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ A GitHub-style activity heatmap for your [Kimai](https://www.kimai.org/) dashboa
## Installation ## Installation
```bash ```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 composer require kimai-plugin/heatmap-bundle
bin/console kimai:reload 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 ```json
{ {
"repositories": [ "repositories": [
{ "type": "vcs", "url": "https://git.toph.so/toph/kimea-plugin-heatmap" } { "type": "vcs", "url": "https://git.toph.so/toph/kimai-plugin-heatmap" }
], ],
"require": { "require": {
"kimai-plugin/heatmap-bundle": "^1.0" "kimai-plugin/heatmap-bundle": "^1.0"

View file

@ -4,7 +4,7 @@
"description": "GitHub-style activity heatmap dashboard widget for Kimai", "description": "GitHub-style activity heatmap dashboard widget for Kimai",
"license": "MIT", "license": "MIT",
"keywords": ["kimai", "plugin", "heatmap", "dashboard", "time-tracking"], "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": [ "authors": [
{ {
"name": "Christopher Mühl", "name": "Christopher Mühl",