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.
This commit is contained in:
Kumi 2024-12-14 17:08:18 +01:00
parent 7eaa07e01d
commit 39b91b6f8d
No known key found for this signature in database
GPG key ID: ECBCC9082395383F
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ It is primarily used by [AllTube Download](https://github.com/Rudloff/alltube).
You can install it with: You can install it with:
```bash ```bash
composer require rudloff/alltube-library composer require kumi/alltube-library
``` ```
You can then use it in your PHP code: You can then use it in your PHP code:

View file

@ -1,5 +1,5 @@
{ {
"name": "rudloff/alltube-library", "name": "kumi/alltube-library",
"description": "PHP wrapper for youtube-dl", "description": "PHP wrapper for youtube-dl",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"homepage": "http://alltubedownload.net/", "homepage": "http://alltubedownload.net/",