From 49291ab2f405aa7aa6a119a72a32c93f12e80b96 Mon Sep 17 00:00:00 2001 From: Remigiusz Micielski Date: Wed, 19 Jun 2024 14:16:52 +0200 Subject: [PATCH 1/2] chore: move to intuis org --- .github/workflows/release.yml | 2 +- README.md | 2 +- rm-main/Cargo.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2de61b0..3913f07 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -250,7 +250,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - repository: "rustmission/homebrew-tap" + repository: "intuis/homebrew-tap" token: ${{ secrets.HOMEBREW_TAP_TOKEN }} # So we have access to the formula - name: Fetch homebrew formulae diff --git a/README.md b/README.md index 0c309bc..1880bb1 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

TUI for the Transmission daemon

- +

⚠️ I DO NOT PIRATE MOVIES. THE TORRENTS YOU SEE IN THIS IMAGE ARE SAMPLE DATA FABRICATED BY ARTIFICIAL INTELLIGENCE. I DO NOT CONDONE PIRACY, AND I WOULD NEVER, EVER DO SUCH THING

diff --git a/rm-main/Cargo.toml b/rm-main/Cargo.toml index c1a6021..cc96ac2 100644 --- a/rm-main/Cargo.toml +++ b/rm-main/Cargo.toml @@ -3,8 +3,8 @@ name = "rustmission" version = "0.3.0" edition = "2021" description = "TUI for Transmission daemon" -repository = "https://github.com/rustmission/rustmission" -homepage = "https://github.com/rustmission/rustmission" +repository = "https://github.com/intuis/rustmission" +homepage = "https://github.com/intuis/rustmission" license = "GPL-3.0-or-later" [[bin]] From 1a6a01293ffbd28559f26f73d16fde5be881250b Mon Sep 17 00:00:00 2001 From: Remigiusz Micielski Date: Wed, 19 Jun 2024 14:28:18 +0200 Subject: [PATCH 2/2] fix homebrew in ci --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 40bc56a..ed2da95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ ci = "github" # The installers to generate for each app installers = ["shell", "homebrew"] # A GitHub repo to push Homebrew formulas to -tap = "rustmission/homebrew-tap" +tap = "intuis/homebrew-tap" # Target platforms to build apps for (Rust target-triple syntax) targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl"] # Publish jobs to run in CI