chore: update repo
This commit is contained in:
parent
ce99f7f9f0
commit
d8e6209840
5 changed files with 14 additions and 14 deletions
|
@ -1,7 +1,7 @@
|
|||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: darkness-dependent-vision
|
||||
Upstream-Contact: Johannes Loher <johannes.loher@fg4f.de>
|
||||
Source: https://git.f3l.de/ghost/darkness-dependent-vision
|
||||
Source: https://git.f3l.de/saluu/darkness-dependent-vision
|
||||
|
||||
Files: .yarn/**
|
||||
Copyright: Copyright (c) 2016-present, Yarn Contributors. All rights reserved.
|
||||
|
|
|
@ -15,7 +15,7 @@ To install and use the Darkness Dependent Vision module for Foundry Virtual
|
|||
Tabletop, simply paste the following URL into the **Install Module** dialog on
|
||||
the Setup menu of the application.
|
||||
|
||||
https://git.f3l.de/ghost/darkness-dependent-vision/-/raw/latest/src/module.json?inline=false
|
||||
https://git.f3l.de/saluu/darkness-dependent-vision/-/raw/latest/src/module.json?inline=false
|
||||
|
||||
### libWrapper
|
||||
|
||||
|
|
14
module.json
14
module.json
|
@ -31,11 +31,11 @@
|
|||
"path": "lang/en.json"
|
||||
}
|
||||
],
|
||||
"url": "https://git.f3l.de/ghost/darkness-dependent-vision",
|
||||
"manifest": "https://git.f3l.de/api/v4/projects/ghost%2Fdarkness-dependent-vision/packages/generic/darkness-dependent-vision/latest/module.json",
|
||||
"download": "https://git.f3l.de/ghost/darkness-dependent-vision/-/releases/0.3.9/downloads/darkness-dependent-vision.zip",
|
||||
"bugs": "https://git.f3l.de/ghost/darkness-dependent-vision/-/issues",
|
||||
"changelog": "https://git.f3l.de/ghost/darkness-dependent-vision/-/releases/0.3.9",
|
||||
"readme": "https://git.f3l.de/ghost/darkness-dependent-vision/-/raw/0.3.9/README.md",
|
||||
"license": "https://git.f3l.de/ghost/darkness-dependent-vision/-/raw/0.3.9/LICENSE.md"
|
||||
"url": "https://git.f3l.de/saluu/darkness-dependent-vision",
|
||||
"manifest": "https://git.f3l.de/api/v4/projects/saluu%2Fdarkness-dependent-vision/packages/generic/darkness-dependent-vision/latest/module.json",
|
||||
"download": "https://git.f3l.de/saluu/darkness-dependent-vision/-/releases/0.3.9/downloads/darkness-dependent-vision.zip",
|
||||
"bugs": "https://git.f3l.de/saluu/darkness-dependent-vision/-/issues",
|
||||
"changelog": "https://git.f3l.de/saluu/darkness-dependent-vision/-/releases/0.3.9",
|
||||
"readme": "https://git.f3l.de/saluu/darkness-dependent-vision/-/raw/0.3.9/README.md",
|
||||
"license": "https://git.f3l.de/saluu/darkness-dependent-vision/-/raw/0.3.9/LICENSE.md"
|
||||
}
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
"name": "darkness-dependent-vision",
|
||||
"version": "0.3.9",
|
||||
"description": "A module for Foundry Virtual Tabletop that provides functionality to make the dim and bright vision of tokens depend on the scene's darkness level.",
|
||||
"license": "https://git.f3l.de/ghost/darkness-dependent-vision#licensing",
|
||||
"homepage": "https://git.f3l.de/ghost/darkness-dependent-vision",
|
||||
"license": "https://git.f3l.de/saluu/darkness-dependent-vision#licensing",
|
||||
"homepage": "https://git.f3l.de/saluu/darkness-dependent-vision",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.f3l.de/ghost/darkness-dependent-vision"
|
||||
"url": "https://git.f3l.de/saluu/darkness-dependent-vision"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://git.f3l.de/ghost/darkness-dependent-vision/-/issues"
|
||||
"url": "https://git.f3l.de/saluu/darkness-dependent-vision/-/issues"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
|
|
|
@ -7,7 +7,7 @@ import semver from 'semver';
|
|||
import yargs from 'yargs';
|
||||
import { hideBin } from 'yargs/helpers';
|
||||
|
||||
const repository = 'ghost/darkness-dependent-vision';
|
||||
const repository = 'saluu/darkness-dependent-vision';
|
||||
const gitlabURL = 'https://git.f3l.de';
|
||||
|
||||
const getLicenseURL = (version) => `${gitlabURL}/${repository}/-/raw/${version}/LICENSE.md`;
|
||||
|
|
Loading…
Reference in a new issue