From 39b91b6f8d2df6777d32ac9c36001d44e2f3d965 Mon Sep 17 00:00:00 2001 From: Kumi Date: Sat, 14 Dec 2024 17:08:18 +0100 Subject: [PATCH] chore: Update package name to reflect ownership change Changes package name from 'rudloff/alltube-library' to 'kumi/alltube-library' in composer.json and README.md to align with updated ownership or maintenance. --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 13c8f2a..04d3a6e 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ It is primarily used by [AllTube Download](https://github.com/Rudloff/alltube). You can install it with: ```bash -composer require rudloff/alltube-library +composer require kumi/alltube-library ``` You can then use it in your PHP code: diff --git a/composer.json b/composer.json index 14654fe..d40a03d 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "rudloff/alltube-library", + "name": "kumi/alltube-library", "description": "PHP wrapper for youtube-dl", "license": "GPL-3.0-only", "homepage": "http://alltubedownload.net/",