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]]