diff --git a/README.md b/README.md index f1a00ba..447be18 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ To install and use the Tickwerk module for Foundry Virtual Tabletop, find it in the list in the **Install Module** dialog on the Setup menu of the application. Alternatively, paste the following Manifest URL in that dialog: -https://git.f3l.de/api/v4/projects/dungeonslayers%2Ftick-based-combat/packages/generic/tickwerk/latest/module.json +https://git.f3l.de/api/v4/projects/dungeonslayers%2Ftickwerk/packages/generic/tickwerk/latest/module.json ## Development diff --git a/module.json b/module.json index 44daaca..0a29b97 100644 --- a/module.json +++ b/module.json @@ -1,7 +1,7 @@ { "name": "tickwerk", "title": "Tickwerk", - "description": "Tick based combat for Foundry Virtual Tabletop.", + "description": "A tick based combat system for Foundry Virtual Tabletop", "authors": [ { "name": "Johannes Loher", @@ -32,7 +32,7 @@ "path": "lang/de.json" } ], - "manifest": "https://git.f3l.de/api/v4/projects/dungeonslayers%2Ftick-based-combat/packages/generic/tickwerk/latest/module.json", + "manifest": "https://git.f3l.de/api/v4/projects/dungeonslayers%2Ftickwerk/packages/generic/tickwerk/latest/module.json", "download": "https://git.f3l.de/dungeonslayers/tickwerk/-/releases/1.0.0/downloads/module.zip", "manifestPlusVersion": "1.2.0" } diff --git a/package.json b/package.json index 6aaa4c2..ed63958 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "tickwerk", - "description": "A tick based combat tracker for Foundry Virtual Tabletop", + "description": "A tick based combat system for Foundry Virtual Tabletop", "version": "1.0.0", "license": "https://git.f3l.de/dungeonslayers/tickwerk#licensing", "homepage": "https://git.f3l.de/dungeonslayers/tickwerk",