[docs] Update list of maintainers (#14148)

Authored by: seproDev, bashonly, coletdjnz

Co-authored-by: bashonly <[email protected]>
Co-authored-by: coletdjnz <[email protected]>
This commit is contained in:
sepro
2025-10-18 23:07:21 +02:00
committed by GitHub
co-authored by bashonly coletdjnz
parent fe5ae54a7b
commit dfc0a84c19
7 changed files with 75 additions and 57 deletions
+5 -2
View File
@@ -4,8 +4,11 @@ build-backend = "hatchling.build"
[project]
name = "yt-dlp"
maintainers = [
authors = [
{name = "pukkandan", email = "[email protected]"},
]
maintainers = [
{email = "[email protected]"},
{name = "Grub4K", email = "[email protected]"},
{name = "bashonly", email = "[email protected]"},
{name = "coletdjnz", email = "[email protected]"},
@@ -89,7 +92,7 @@ pyinstaller = [
Documentation = "https://github.com/yt-dlp/yt-dlp#readme"
Repository = "https://github.com/yt-dlp/yt-dlp"
Tracker = "https://github.com/yt-dlp/yt-dlp/issues"
Funding = "https://github.com/yt-dlp/yt-dlp/blob/master/Collaborators.md#collaborators"
Funding = "https://github.com/yt-dlp/yt-dlp/blob/master/Maintainers.md#maintainers"
[project.scripts]
yt-dlp = "yt_dlp:main"