maintainers: update roshaen (#343954)

This commit is contained in:
h7x4 2024-09-25 09:10:33 +02:00 committed by GitHub
commit 69f0d6e8f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 10 additions and 10 deletions

View File

@ -18205,12 +18205,6 @@
github = "rosehobgoblin";
githubId = 84164410;
};
roshaen = {
name = "Roshan Kumar";
email = "roshaen09@gmail.com";
github = "roshaen";
githubId = 58213083;
};
RossComputerGuy = {
name = "Tristan Ross";
email = "tristan.ross@midstall.com";
@ -23295,6 +23289,12 @@
github = "YoshiRulz";
githubId = 13409956;
};
youhaveme9 = {
name = "Roshan Kumar";
email = "roshaen09@gmail.com";
github = "youhaveme9";
githubId = 58213083;
};
yrashk = {
email = "yrashk@gmail.com";
github = "yrashk";

View File

@ -34,6 +34,6 @@ buildPythonPackage rec {
description = "A mov-cli plugin that let's you test mov-cli's capabilities by watching free films and animations in the creative commons";
homepage = "https://github.com/mov-cli/mov-cli-test";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ roshaen ];
maintainers = with lib.maintainers; [ youhaveme9 ];
};
}

View File

@ -25,6 +25,6 @@ buildPythonPackage rec {
description = "Collection of utility functions for Python used by mov-cli";
homepage = "https://github.com/THEGOLDENPRO/devgoldyutils";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ roshaen ];
maintainers = with lib.maintainers; [ youhaveme9 ];
};
}

View File

@ -25,6 +25,6 @@ buildPythonPackage rec {
homepage = "https://github.com/jonghwanhyeon/python-ffmpeg";
description = "Python binding for FFmpeg which provides sync and async APIs";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ roshaen ];
maintainers = with lib.maintainers; [ youhaveme9 ];
};
}

View File

@ -39,6 +39,6 @@ buildPythonPackage rec {
homepage = "https://github.com/JuanBindez/pytubefix";
description = "Pytube fork with additional features and fixes";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ roshaen ];
maintainers = with lib.maintainers; [ youhaveme9 ];
};
}