Skip to content

Commit d7a7e40

Browse files
radicalkjaxclaude
andcommitted
chore: update repository references to ScopeCreep-zip/SpiritStream
- Updated package.json name, repository, bugs, and homepage URLs - Updated Cargo.toml repository URL - Updated Settings.tsx GitHub, Docs, and Updates links 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent e4e0f78 commit d7a7e40

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@billboyles/spiritstream",
2+
"name": "@scopecreep-zip/spiritstream",
33
"version": "0.1.0",
44
"description": "SpiritStream - Multi-Destination Streaming Application",
55
"private": false,
@@ -24,7 +24,7 @@
2424
},
2525
"repository": {
2626
"type": "git",
27-
"url": "git+https://github.com/billboyles/magillastream.git"
27+
"url": "git+https://github.com/ScopeCreep-zip/SpiritStream.git"
2828
},
2929
"keywords": [
3030
"streaming",
@@ -55,9 +55,9 @@
5555
"LICENSE"
5656
],
5757
"bugs": {
58-
"url": "https://github.com/billboyles/magillastream/issues"
58+
"url": "https://github.com/ScopeCreep-zip/SpiritStream/issues"
5959
},
60-
"homepage": "https://github.com/billboyles/magillastream#readme",
60+
"homepage": "https://github.com/ScopeCreep-zip/SpiritStream#readme",
6161
"devDependencies": {
6262
"@eslint/js": "^9.39.2",
6363
"@tailwindcss/vite": "^4.1.18",

src-frontend/views/Settings.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ export function Settings() {
412412
<Button
413413
variant="ghost"
414414
size="sm"
415-
onClick={() => window.open('https://github.com/billboyles/magillastream', '_blank')}
415+
onClick={() => window.open('https://github.com/ScopeCreep-zip/SpiritStream', '_blank')}
416416
>
417417
<Github className="w-4 h-4" />
418418
{t('settings.github')}
@@ -421,7 +421,7 @@ export function Settings() {
421421
variant="ghost"
422422
size="sm"
423423
onClick={() =>
424-
window.open('https://github.com/billboyles/magillastream#readme', '_blank')
424+
window.open('https://github.com/ScopeCreep-zip/SpiritStream#readme', '_blank')
425425
}
426426
>
427427
<BookOpen className="w-4 h-4" />
@@ -431,7 +431,7 @@ export function Settings() {
431431
variant="ghost"
432432
size="sm"
433433
onClick={() =>
434-
window.open('https://github.com/billboyles/magillastream/releases', '_blank')
434+
window.open('https://github.com/ScopeCreep-zip/SpiritStream/releases', '_blank')
435435
}
436436
>
437437
<RefreshCw className="w-4 h-4" />

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
description = "SpiritStream - Multi-Destination Streaming Application"
55
authors = ["SpiritStream Contributors"]
66
license = "ISC"
7-
repository = "https://github.com/billboyles/magillastream"
7+
repository = "https://github.com/ScopeCreep-zip/SpiritStream"
88
edition = "2021"
99
rust-version = "1.77.2"
1010

0 commit comments

Comments
 (0)