fix: correct repository URL typo (kimea → kimai)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
3c10cdd8b0
commit
b7ec10dfce
2 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue