Commit 9da3476b authored by Yureka's avatar Yureka
Browse files

remove myself from a bunch of maintainer roles

parent 92fa1145
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -376,7 +376,6 @@ with lib.maintainers; {
      krav
      talyz
      yayayayaka
      yuka
    ];
    scope = "Maintain gitlab packages.";
    shortName = "gitlab";
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
    inherit (src.meta) homepage;
    changelog = "https://github.com/ammen99/wf-recorder/releases/tag/v${version}";
    license = licenses.mit;
    maintainers = with maintainers; [ yuka ];
    maintainers = with maintainers; [ ];
    platforms = platforms.linux;
    mainProgram = "wf-recorder";
  };
+1 −1
Original line number Diff line number Diff line
@@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
    description = "ucontext implementation featuring glibc-compatible ABI";
    license = licenses.isc;
    platforms = platforms.linux;
    maintainers = [ maintainers.yuka ];
    maintainers = [ ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "sugar over the Mock library to help test race conditions";
    homepage = "https://github.com/c-oreills/before_after";
    maintainers = with maintainers; [ yuka ];
    maintainers = with maintainers; [ ];
    license = licenses.gpl2Only;
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -236,7 +236,7 @@ in (chromium.override { upstream-info = info.chromium; }).mkDerivation (base: {
    homepage = "https://github.com/electron/electron";
    platforms = lib.platforms.linux;
    license = licenses.mit;
    maintainers = with maintainers; [ yayayayaka yuka ];
    maintainers = with maintainers; [ yayayayaka ];
    mainProgram = "electron";
    hydraPlatforms = lib.optionals (!(hasInfix "alpha" info.version) && !(hasInfix "beta" info.version)) ["aarch64-linux" "x86_64-linux"];
    timeout = 172800; # 48 hours (increased from the Hydra default of 10h)
Loading