Skip to content

Commit 986234a

Browse files
authored
Merge pull request #252 from Incomplete-Outputs-Lab/migrate-to-incomplete-outputs-lab
Migrate repository to Incomplete-Outputs-Lab organization
2 parents 2b9e569 + 4e05474 commit 986234a

File tree

7 files changed

+35
-16
lines changed

7 files changed

+35
-16
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 Shugo Kawamura
3+
Copyright (c) 2020 未完成成果物研究所
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# vmix-utility
22

3-
[![Test Build](https://github.com/FlowingSPDG/vmix-utility/actions/workflows/test-build.yml/badge.svg)](https://github.com/FlowingSPDG/vmix-utility/actions/workflows/test-build.yml)
4-
[![Publish Release](https://github.com/FlowingSPDG/vmix-utility/actions/workflows/release.yml/badge.svg)](https://github.com/FlowingSPDG/vmix-utility/actions/workflows/release.yml)
3+
[![Test Build](https://github.com/Incomplete-Outputs-Lab/vmix-utility/actions/workflows/test-build.yml/badge.svg)](https://github.com/Incomplete-Outputs-Lab/vmix-utility/actions/workflows/test-build.yml)
4+
[![Publish Release](https://github.com/Incomplete-Outputs-Lab/vmix-utility/actions/workflows/release.yml/badge.svg)](https://github.com/Incomplete-Outputs-Lab/vmix-utility/actions/workflows/release.yml)
55

66
### About / 概要
77

@@ -11,9 +11,9 @@ vMix接続と操作を管理するデスクトップアプリケーション。T
1111

1212
### Installation / インストール
1313

14-
Download the latest version for your platform from [Releases](https://github.com/FlowingSPDG/vmix-utility/releases):
14+
Download the latest version for your platform from [Releases](https://github.com/Incomplete-Outputs-Lab/vmix-utility/releases):
1515

16-
[Releases](https://github.com/FlowingSPDG/vmix-utility/releases)から最新版をダウンロードしてください:
16+
[Releases](https://github.com/Incomplete-Outputs-Lab/vmix-utility/releases)から最新版をダウンロードしてください:
1717

1818
- **Windows**: `.msi` installer
1919
- **macOS**: `.dmg` file (Intel and Apple Silicon)
@@ -37,10 +37,10 @@ MITライセンス - 詳細は[LICENSE](LICENSE)ファイルを参照してく
3737

3838
### Links / リンク
3939

40-
- [Download Latest Release](https://github.com/FlowingSPDG/vmix-utility/releases/latest)
41-
- [Report Issues](https://github.com/FlowingSPDG/vmix-utility/issues)
40+
- [Download Latest Release](https://github.com/Incomplete-Outputs-Lab/vmix-utility/releases/latest)
41+
- [Report Issues](https://github.com/Incomplete-Outputs-Lab/vmix-utility/issues)
4242
- [vMix Official Website](https://www.vmix.com/)
4343

4444
### Developer / 開発者
4545

46-
**Shugo Kawamura** - [@FlowingSPDG](https://github.com/FlowingSPDG)
46+
**未完成成果物研究所**

app/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "app"
33
version = "2.2.0"
44
description = "app"
5-
authors = ["Shugo Kawamura"]
5+
authors = ["未完成成果物研究所"]
66
edition = "2021"
77

88
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

app/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"updater": {
4545
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEJFQTFCMDRDQURFNkYxMgpSV1FTYjk3S0JCdnFDNStGZnJNOVRLdjNHaGRObld3Ukcyekpyem13emhRcHoxOVV4Z0Fna0tQcAo=",
4646
"endpoints": [
47-
"https://github.com/FlowingSPDG/vmix-utility/releases/latest/download/latest.json"
47+
"https://github.com/Incomplete-Outputs-Lab/vmix-utility/releases/latest/download/latest.json"
4848
]
4949
}
5050
}

app/src/pages/Developer.tsx

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const TwitchIcon = (props: SvgIconProps) => (
3535

3636
const Developer = () => {
3737
const { resolvedTheme } = useTheme();
38-
const repositoryUrl = 'https://github.com/FlowingSPDG/vmix-utility';
38+
const repositoryUrl = 'https://github.com/Incomplete-Outputs-Lab/vmix-utility';
3939
const developerGitHub = 'https://github.com/FlowingSPDG';
4040
const sponsorUrl = 'https://github.com/sponsors/FlowingSPDG';
4141
const twitchSupportUrl = 'https://subs.twitch.tv/flowingspdg';
@@ -101,7 +101,7 @@ const Developer = () => {
101101
</Avatar>
102102
<Box>
103103
<Typography variant="h6" component="h2">
104-
Shugo "FlowingSPDG" Kawamura
104+
未完成成果物研究所
105105
</Typography>
106106
<Typography variant="body2" color="text.secondary">
107107
Developer & Maintainer
@@ -110,7 +110,7 @@ const Developer = () => {
110110
</Box>
111111

112112
<Typography variant="body2" gutterBottom>
113-
Creator and main developer of vmix-utility. Passionate about broadcasting technology and creating tools to enhance live streaming workflows.
113+
Development team creating tools to enhance live streaming workflows and broadcasting technology.
114114
</Typography>
115115

116116
<Button
@@ -214,7 +214,7 @@ const Developer = () => {
214214
<Typography variant="body2" component="pre" sx={{ fontFamily: 'monospace', whiteSpace: 'pre-wrap' }}>
215215
{`MIT License
216216
217-
Copyright (c) 2020 Shugo Kawamura
217+
Copyright (c) 2020 未完成成果物研究所
218218
219219
Permission is hereby granted, free of charge, to any person obtaining a copy
220220
of this software and associated documentation files (the "Software"), to deal
@@ -258,6 +258,25 @@ SOFTWARE.`}
258258
</Typography>
259259

260260
<List>
261+
<ListItem sx={{ pl: 0 }}>
262+
<ListItemIcon>
263+
<Avatar sx={{ bgcolor: 'primary.main' }}>
264+
<Code />
265+
</Avatar>
266+
</ListItemIcon>
267+
<ListItemText
268+
primary={
269+
<Link
270+
component="button"
271+
onClick={() => openInBrowser('https://github.com/FlowingSPDG')}
272+
sx={{ textDecoration: 'underline', cursor: 'pointer' }}
273+
>
274+
Shugo "FlowingSPDG" Kawamura
275+
</Link>
276+
}
277+
secondary="Original Creator & Developer - Created and developed vmix-utility"
278+
/>
279+
</ListItem>
261280
<ListItem sx={{ pl: 0 }}>
262281
<ListItemIcon>
263282
<Avatar sx={{ bgcolor: 'primary.main' }}>

scraper/cmd/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"os"
88
"path"
99

10-
"github.com/FlowingSPDG/vmix-utility/scraper"
10+
"github.com/Incomplete-Outputs-Lab/vmix-utility/scraper"
1111
)
1212

1313
var (

scraper/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/FlowingSPDG/vmix-utility/scraper
1+
module github.com/Incomplete-Outputs-Lab/vmix-utility/scraper
22

33
go 1.24.0
44

0 commit comments

Comments
 (0)