maintainers: drop rileyinman

This commit is contained in:
Acid Bong
2025-10-22 20:59:18 +03:00
parent a7f6fb78c7
commit c3ec442f32
5 changed files with 2 additions and 10 deletions
-6
View File
@@ -22013,12 +22013,6 @@
githubId = 1810487;
name = "Rika";
};
rileyinman = {
email = "rileyminman@gmail.com";
github = "rileyinman";
githubId = 37246692;
name = "Riley Inman";
};
rinx = {
email = "rintaro.okamura@gmail.com";
github = "rinx";
@@ -139,7 +139,7 @@ stdenv.mkDerivation rec {
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.mit;
mainProgram = "streamlink-twitch-gui";
maintainers = with maintainers; [ rileyinman ];
maintainers = [ ];
platforms = [
"x86_64-linux"
"i686-linux"
-1
View File
@@ -148,7 +148,6 @@ buildNpmPackage rec {
platforms = platforms.all;
maintainers = with maintainers; [
ttuegel
rileyinman
lunik1
];
};
@@ -30,7 +30,6 @@ stdenvNoCC.mkDerivation rec {
];
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [
rileyinman
jk
];
};
@@ -27,6 +27,6 @@ buildPythonPackage rec {
homepage = "https://github.com/ihaveamac/pyctr";
changelog = "https://github.com/ihaveamac/pyctr/blob/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ rileyinman ];
maintainers = [ ];
};
}