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:
2025-12-15 01:37:31 +01:00
parent 00e021f135
commit 76fd3dda5d
2 changed files with 2 additions and 3 deletions

View File

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

View File

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