Point repo URLs at the renamed Codeberg repo (catacomb)

The Codeberg repo was renamed yt-offline → catacomb. Update repository/homepage
(Cargo.toml), url + git source (PKGBUILD), and the Windows-zip README Source
line (package.sh) to the new path. The PKGBUILD `$pkgname::` checkout-dir prefix
is no longer needed now that the repo basename matches pkgname.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Luna 2026-06-19 19:34:48 -07:00
parent 3f611849af
commit 5f95bdb479
3 changed files with 5 additions and 8 deletions

View file

@ -4,8 +4,8 @@ version = "0.1.0"
edition = "2021"
description = "Self-hosted archive for YouTube, TikTok, Twitch, Vimeo, Bandcamp, SoundCloud, Odysee and more. Desktop GUI + web UI, bundled yt-dlp with curl_cffi impersonation, Plex export, SQLite-backed resume tracking. AGPL-3.0."
license = "AGPL-3.0-only"
repository = "https://codeberg.org/anassaeneroi/yt-offline"
homepage = "https://codeberg.org/anassaeneroi/yt-offline"
repository = "https://codeberg.org/anassaeneroi/catacomb"
homepage = "https://codeberg.org/anassaeneroi/catacomb"
authors = ["InannaBeloved <anassaeneroi@pm.me>"]
readme = "README.md"