maintainers: update roshaen
This commit is contained in:
parent
ea9a0aed95
commit
a25f3a16f9
@ -18185,12 +18185,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";
|
||||
@ -23269,6 +23263,12 @@
|
||||
github = "YoshiRulz";
|
||||
githubId = 13409956;
|
||||
};
|
||||
youhaveme9 = {
|
||||
name = "Roshan Kumar";
|
||||
email = "roshaen09@gmail.com";
|
||||
github = "youhaveme9";
|
||||
githubId = 58213083;
|
||||
};
|
||||
yrashk = {
|
||||
email = "yrashk@gmail.com";
|
||||
github = "yrashk";
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user