From 058c58f1c4c9facf0b6f47b87befc9a2b03e7d7f Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Sun, 27 Jun 2021 00:21:23 +0200 Subject: [PATCH] small fixes --- README.md | 5 +++-- src/system.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0b0d237a..fac2d51c 100644 --- a/README.md +++ b/README.md @@ -107,8 +107,8 @@ this section up to date, so here is a brief summary as of June 2021: under [CC BY-NC-SA 3.0]. * The compendium packs in [src/packs] are derivative work of [Dungeonslayers] by Christian Kennig. They are licensed under [CC BY-NC-SA 3.0]. -* The icons in [src/assets/icons/game-icons] by the authors of - https://game-icons.net/ are licensed under [CC BY 3.0]. +* The icons in [src/assets/icons/game-icons] by the authors of [Game-icons.net] + are licensed under [CC BY 3.0]. * The [Lora] font in [src/fonts/Lora] by The Lora Project Authors is licensed under [OFL 1.1]. * The Woodstamp font in [src/fonts/Woodstamp] by [Ryoichi Tsunekawa] is licensed @@ -122,6 +122,7 @@ For more accurate information, check the individual files. [Foundry Virtual Tabletop]: http://foundryvtt.com [git+dungeonslayers-ds4-155-issue-@git.f3l.de]: mailto:git+dungeonslayers-ds4-155-issue-@git.f3l.de [Dungeonslayers]: http://dungeonslayers.de/ +[Game-icons.net]: https://game-icons.net/ [Lora]: https://github.com/cyrealtype/Lora-Cyrillic [Ryoichi Tsunekawa]: https://dharmatype.com/ [Yarn]: https://github.com/yarnpkg/berry diff --git a/src/system.json b/src/system.json index a0bffc64..29d7155a 100644 --- a/src/system.json +++ b/src/system.json @@ -1,7 +1,7 @@ { "name": "ds4", "title": "Dungeonslayers 4", - "description": "The Dungeonslayers 4 system for FoundryVTT. Dungeonslayers by Christian Kennig is licensed under CC BY-NC-SA 3.0 (https://creativecommons.org/licenses/by-nc-sa/3.0/https://creativecommons.org/licenses/by-nc-sa/3.0/). The icons by the authors of https://game-icons.net/ are licensed under CC BY 3.0 (https://creativecommons.org/licenses/by/3.0/).", + "description": "The Dungeonslayers 4 system for FoundryVTT. Dungeonslayers by Christian Kennig is licensed under CC BY-NC-SA 3.0 (https://creativecommons.org/licenses/by-nc-sa/3.0/). The icons by the authors of Game-icons.net are licensed under CC BY 3.0 (https://creativecommons.org/licenses/by/3.0/).", "version": "0.7.2", "minimumCoreVersion": "0.7.9", "compatibleCoreVersion": "0.7.10",