Fix repository URLs to point to somegit.dev
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -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"]
|
||||
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
|
||||
[](LICENSE)
|
||||
[](https://www.rust-lang.org/)
|
||||
[](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
|
||||
|
||||
Reference in New Issue
Block a user