From 76fd3dda5d0849ccbfc1251a2bfb0192424cb709 Mon Sep 17 00:00:00 2001 From: vikingowl Date: Mon, 15 Dec 2025 01:37:31 +0100 Subject: [PATCH] Fix repository URLs to point to somegit.dev MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- Cargo.toml | 2 +- README.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a1ba3b9..d8d6620 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" description = "Package manager for mpv scripts" authors = ["vikingowl"] license = "MIT" -repository = "https://github.com/cnachtigall/mpv-mgr" +repository = "https://somegit.dev/vikingowl/mpv-mgr" keywords = ["mpv", "scripts", "package-manager", "cli"] categories = ["command-line-utilities", "multimedia"] diff --git a/README.md b/README.md index c6aaba7..54f5ace 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![Rust](https://img.shields.io/badge/Rust-1.70%2B-orange.svg)](https://www.rust-lang.org/) -[![GitHub](https://img.shields.io/badge/GitHub-cnachtigall%2Fmpv--mgr-lightgrey.svg)](https://github.com/cnachtigall/mpv-mgr) A package manager for [mpv](https://mpv.io/) scripts. Manage your mpv scripts declaratively with simple commands - add repos, install, update, and keep everything in sync. @@ -22,7 +21,7 @@ A package manager for [mpv](https://mpv.io/) scripts. Manage your mpv scripts de ```bash # Clone the repository -git clone https://github.com/cnachtigall/mpv-mgr.git +git clone https://somegit.dev/vikingowl/mpv-mgr.git cd mpv-mgr # Build and install