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
809532c437
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
|
## 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"
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue