Unverified Commit 642fae6c authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

maintainers: drop rileyinman (#454629)

parents 3c106f2e c3ec442f
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -22033,12 +22033,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";
+1 −1
Original line number Diff line number Diff line
@@ -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"
+0 −1
Original line number Diff line number Diff line
@@ -148,7 +148,6 @@ buildNpmPackage rec {
    platforms = platforms.all;
    maintainers = with maintainers; [
      ttuegel
      rileyinman
      lunik1
    ];
  };
+0 −1
Original line number Diff line number Diff line
@@ -30,7 +30,6 @@ stdenvNoCC.mkDerivation rec {
    ];
    platforms = lib.platforms.all;
    maintainers = with lib.maintainers; [
      rileyinman
      jk
    ];
  };
+1 −1
Original line number Diff line number Diff line
@@ -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 = [ ];
  };
}