Skip to content

Commit aac4853

Browse files
committed
chore: update some outdated github urls
1 parent 38f4423 commit aac4853

File tree

12 files changed

+28
-29
lines changed

12 files changed

+28
-29
lines changed

meteor/lib/collections/CoreSystem.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const SYSTEM_ID: CoreSystemId = protectString('core')
1010
/**
1111
* Criticality level for service messages. Specification of criticality in server
1212
* messages from sofie-monitor:
13-
* https://github.com/nrkno/tv-automation-sofie-monitor/blob/master/src/data/serviceMessages/ServiceMessage.ts
13+
* https://github.com/nrkno/sofie-monitor/blob/master/src/data/serviceMessages/ServiceMessage.ts
1414
*
1515
* @export
1616
* @enum {number}

packages/blueprints-integration/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"license": "MIT",
88
"repository": {
99
"type": "git",
10-
"url": "git+https://github.com/nrkno/tv-automation-server-core.git",
10+
"url": "git+https://github.com/nrkno/sofie-core.git",
1111
"directory": "packages/blueprints-integration"
1212
},
1313
"bugs": {
14-
"url": "https://github.com/nrkno/tv-automation-server-core/issues"
14+
"url": "https://github.com/nrkno/sofie-core/issues"
1515
},
16-
"homepage": "https://github.com/nrkno/tv-automation-server-core/blob/master/packages/blueprints-integration#readme",
16+
"homepage": "https://github.com/nrkno/sofie-core/blob/master/packages/blueprints-integration#readme",
1717
"scripts": {
1818
"build": "run -T rimraf dist && run build:main",
1919
"build:main": "run -T tsc -p tsconfig.build.json",

packages/corelib/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"license": "MIT",
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/nrkno/tv-automation-server-core.git",
11+
"url": "git+https://github.com/nrkno/sofie-core.git",
1212
"directory": "packages/corelib"
1313
},
1414
"bugs": {
15-
"url": "https://github.com/nrkno/tv-automation-server-core/issues"
15+
"url": "https://github.com/nrkno/sofie-core/issues"
1616
},
17-
"homepage": "https://github.com/nrkno/tv-automation-server-core/blob/master/packages/corelib#readme",
17+
"homepage": "https://github.com/nrkno/sofie-core/blob/master/packages/corelib#readme",
1818
"scripts": {
1919
"build": "run -T rimraf dist && run build:main",
2020
"build:main": "run -T tsc -p tsconfig.build.json",

packages/job-worker/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"private": true,
88
"repository": {
99
"type": "git",
10-
"url": "git+https://github.com/nrkno/tv-automation-server-core.git",
10+
"url": "git+https://github.com/nrkno/sofie-core.git",
1111
"directory": "packages/job-worker"
1212
},
1313
"bugs": {
14-
"url": "https://github.com/nrkno/tv-automation-server-core/issues"
14+
"url": "https://github.com/nrkno/sofie-core/issues"
1515
},
16-
"homepage": "https://github.com/nrkno/tv-automation-server-core/blob/master/packages/job-worker#readme",
16+
"homepage": "https://github.com/nrkno/sofie-core/blob/master/packages/job-worker#readme",
1717
"scripts": {
1818
"dev": "run -T nodemon --config nodemon.json src/index.ts",
1919
"dev:debug": "run -T nodemon --config nodemon.json --inspect-brk src/index.ts",

packages/live-status-gateway/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"license": "MIT",
77
"repository": {
88
"type": "git",
9-
"url": "git+https://github.com/nrkno/tv-automation-server-core.git",
9+
"url": "git+https://github.com/nrkno/sofie-core.git",
1010
"directory": "packages/live-status-gateway"
1111
},
1212
"bugs": {
13-
"url": "https://github.com/nrkno/tv-automation-server-core/issues"
13+
"url": "https://github.com/nrkno/sofie-core/issues"
1414
},
15-
"homepage": "https://github.com/nrkno/tv-automation-server-core/blob/master/packages/live-status-gateway#readme",
15+
"homepage": "https://github.com/nrkno/sofie-core/blob/master/packages/live-status-gateway#readme",
1616
"contributors": [],
1717
"scripts": {
1818
"build": "run -T rimraf dist && run build:main",

packages/mos-gateway/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"license": "MIT",
77
"repository": {
88
"type": "git",
9-
"url": "git+https://github.com/nrkno/tv-automation-server-core.git",
9+
"url": "git+https://github.com/nrkno/sofie-core.git",
1010
"directory": "packages/mos-gateway"
1111
},
1212
"bugs": {
13-
"url": "https://github.com/nrkno/tv-automation-server-core/issues"
13+
"url": "https://github.com/nrkno/sofie-core/issues"
1414
},
15-
"homepage": "https://github.com/nrkno/tv-automation-server-core/blob/master/packages/mos-gateway#readme",
15+
"homepage": "https://github.com/nrkno/sofie-core/blob/master/packages/mos-gateway#readme",
1616
"author": {
1717
"name": "Johan Nyman",
1818
"email": "[email protected]",

packages/openapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/nrkno/tv-automation-server-core.git",
8+
"url": "git+https://github.com/nrkno/sofie-core.git",
99
"directory": "packages/openapi"
1010
},
1111
"main": "dist/index.js",

packages/playout-gateway/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"license": "MIT",
77
"repository": {
88
"type": "git",
9-
"url": "git+https://github.com/nrkno/tv-automation-server-core.git",
9+
"url": "git+https://github.com/nrkno/sofie-core.git",
1010
"directory": "packages/playout-gateway"
1111
},
1212
"bugs": {
13-
"url": "https://github.com/nrkno/tv-automation-server-core/issues"
13+
"url": "https://github.com/nrkno/sofie-core/issues"
1414
},
15-
"homepage": "https://github.com/nrkno/tv-automation-server-core/blob/master/packages/playout-gateway#readme",
15+
"homepage": "https://github.com/nrkno/sofie-core/blob/master/packages/playout-gateway#readme",
1616
"author": {
1717
"name": "Johan Nyman",
1818
"email": "[email protected]",

packages/playout-gateway/tsconfig.build.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"outDir": "./dist",
77
"baseUrl": "./",
88
"paths": {
9-
"*": ["./node_modules/*"],
10-
"tv-automation-playout-gateway": ["./src/index.ts"]
9+
"*": ["./node_modules/*"]
1110
},
1211
"types": ["node"],
1312
// TSR throws some typings issues

packages/server-core-integration/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"license": "MIT",
1010
"repository": {
1111
"type": "git",
12-
"url": "git+https://github.com/nrkno/tv-automation-server-core.git",
12+
"url": "git+https://github.com/nrkno/sofie-core.git",
1313
"directory": "packages/server-core-integration"
1414
},
1515
"bugs": {
16-
"url": "https://github.com/nrkno/tv-automation-server-core/issues"
16+
"url": "https://github.com/nrkno/sofie-core/issues"
1717
},
18-
"homepage": "https://github.com/nrkno/tv-automation-server-core/blob/master/packages/server-core-integration#readme",
18+
"homepage": "https://github.com/nrkno/sofie-core/blob/master/packages/server-core-integration#readme",
1919
"author": {
2020
"name": "Johan Nyman",
2121
"email": "[email protected]",

0 commit comments

Comments
 (0)