chore: update repo

This commit is contained in:
Johannes Loher 2023-06-08 11:31:03 +02:00
parent ce99f7f9f0
commit d8e6209840
5 changed files with 14 additions and 14 deletions

View file

@ -1,7 +1,7 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: darkness-dependent-vision Upstream-Name: darkness-dependent-vision
Upstream-Contact: Johannes Loher <johannes.loher@fg4f.de> 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/** Files: .yarn/**
Copyright: Copyright (c) 2016-present, Yarn Contributors. All rights reserved. Copyright: Copyright (c) 2016-present, Yarn Contributors. All rights reserved.

View file

@ -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 Tabletop, simply paste the following URL into the **Install Module** dialog on
the Setup menu of the application. 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 ### libWrapper

View file

@ -31,11 +31,11 @@
"path": "lang/en.json" "path": "lang/en.json"
} }
], ],
"url": "https://git.f3l.de/ghost/darkness-dependent-vision", "url": "https://git.f3l.de/saluu/darkness-dependent-vision",
"manifest": "https://git.f3l.de/api/v4/projects/ghost%2Fdarkness-dependent-vision/packages/generic/darkness-dependent-vision/latest/module.json", "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/ghost/darkness-dependent-vision/-/releases/0.3.9/downloads/darkness-dependent-vision.zip", "download": "https://git.f3l.de/saluu/darkness-dependent-vision/-/releases/0.3.9/downloads/darkness-dependent-vision.zip",
"bugs": "https://git.f3l.de/ghost/darkness-dependent-vision/-/issues", "bugs": "https://git.f3l.de/saluu/darkness-dependent-vision/-/issues",
"changelog": "https://git.f3l.de/ghost/darkness-dependent-vision/-/releases/0.3.9", "changelog": "https://git.f3l.de/saluu/darkness-dependent-vision/-/releases/0.3.9",
"readme": "https://git.f3l.de/ghost/darkness-dependent-vision/-/raw/0.3.9/README.md", "readme": "https://git.f3l.de/saluu/darkness-dependent-vision/-/raw/0.3.9/README.md",
"license": "https://git.f3l.de/ghost/darkness-dependent-vision/-/raw/0.3.9/LICENSE.md" "license": "https://git.f3l.de/saluu/darkness-dependent-vision/-/raw/0.3.9/LICENSE.md"
} }

View file

@ -3,14 +3,14 @@
"name": "darkness-dependent-vision", "name": "darkness-dependent-vision",
"version": "0.3.9", "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.", "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", "license": "https://git.f3l.de/saluu/darkness-dependent-vision#licensing",
"homepage": "https://git.f3l.de/ghost/darkness-dependent-vision", "homepage": "https://git.f3l.de/saluu/darkness-dependent-vision",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://git.f3l.de/ghost/darkness-dependent-vision" "url": "https://git.f3l.de/saluu/darkness-dependent-vision"
}, },
"bugs": { "bugs": {
"url": "https://git.f3l.de/ghost/darkness-dependent-vision/-/issues" "url": "https://git.f3l.de/saluu/darkness-dependent-vision/-/issues"
}, },
"contributors": [ "contributors": [
{ {

View file

@ -7,7 +7,7 @@ import semver from 'semver';
import yargs from 'yargs'; import yargs from 'yargs';
import { hideBin } from 'yargs/helpers'; import { hideBin } from 'yargs/helpers';
const repository = 'ghost/darkness-dependent-vision'; const repository = 'saluu/darkness-dependent-vision';
const gitlabURL = 'https://git.f3l.de'; const gitlabURL = 'https://git.f3l.de';
const getLicenseURL = (version) => `${gitlabURL}/${repository}/-/raw/${version}/LICENSE.md`; const getLicenseURL = (version) => `${gitlabURL}/${repository}/-/raw/${version}/LICENSE.md`;