lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

maintainers: update roshaen

+10 -10
+6 -6
maintainers/maintainer-list.nix
··· 18185 18185 github = "rosehobgoblin"; 18186 18186 githubId = 84164410; 18187 18187 }; 18188 - roshaen = { 18189 - name = "Roshan Kumar"; 18190 - email = "roshaen09@gmail.com"; 18191 - github = "roshaen"; 18192 - githubId = 58213083; 18193 - }; 18194 18188 RossComputerGuy = { 18195 18189 name = "Tristan Ross"; 18196 18190 email = "tristan.ross@midstall.com"; ··· 23268 23262 matrix = "@YoshiRulz:matrix.org"; 23269 23263 github = "YoshiRulz"; 23270 23264 githubId = 13409956; 23265 + }; 23266 + youhaveme9 = { 23267 + name = "Roshan Kumar"; 23268 + email = "roshaen09@gmail.com"; 23269 + github = "youhaveme9"; 23270 + githubId = 58213083; 23271 23271 }; 23272 23272 yrashk = { 23273 23273 email = "yrashk@gmail.com";
+1 -1
pkgs/by-name/mo/mov-cli/mov-cli-test.nix
··· 34 34 description = "A mov-cli plugin that let's you test mov-cli's capabilities by watching free films and animations in the creative commons"; 35 35 homepage = "https://github.com/mov-cli/mov-cli-test"; 36 36 license = lib.licenses.mit; 37 - maintainers = with lib.maintainers; [ roshaen ]; 37 + maintainers = with lib.maintainers; [ youhaveme9 ]; 38 38 }; 39 39 }
+1 -1
pkgs/development/python-modules/devgoldyutils/default.nix
··· 25 25 description = "Collection of utility functions for Python used by mov-cli"; 26 26 homepage = "https://github.com/THEGOLDENPRO/devgoldyutils"; 27 27 license = lib.licenses.gpl3Only; 28 - maintainers = with lib.maintainers; [ roshaen ]; 28 + maintainers = with lib.maintainers; [ youhaveme9 ]; 29 29 }; 30 30 }
+1 -1
pkgs/development/python-modules/python-ffmpeg/default.nix
··· 25 25 homepage = "https://github.com/jonghwanhyeon/python-ffmpeg"; 26 26 description = "Python binding for FFmpeg which provides sync and async APIs"; 27 27 license = lib.licenses.mit; 28 - maintainers = with lib.maintainers; [ roshaen ]; 28 + maintainers = with lib.maintainers; [ youhaveme9 ]; 29 29 }; 30 30 }
+1 -1
pkgs/development/python-modules/pytubefix/default.nix
··· 39 39 homepage = "https://github.com/JuanBindez/pytubefix"; 40 40 description = "Pytube fork with additional features and fixes"; 41 41 license = lib.licenses.mit; 42 - maintainers = with lib.maintainers; [ roshaen ]; 42 + maintainers = with lib.maintainers; [ youhaveme9 ]; 43 43 }; 44 44 }