small fixes
This commit is contained in:
parent
4694cffe06
commit
058c58f1c4
2 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue