Unverified Commit 69f0d6e8 authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

maintainers: update roshaen (#343954)

parents 90a830b8 a25f3a16
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -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";
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}