remove myself from a bunch of maintainer roles

This commit is contained in:
Yureka 2024-04-27 13:56:45 +02:00
parent 92fa114574
commit 9da3476b42
14 changed files with 13 additions and 14 deletions

View File

@ -376,7 +376,6 @@ with lib.maintainers; {
krav
talyz
yayayayaka
yuka
];
scope = "Maintain gitlab packages.";
shortName = "gitlab";

View File

@ -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";
};

View File

@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
description = "ucontext implementation featuring glibc-compatible ABI";
license = licenses.isc;
platforms = platforms.linux;
maintainers = [ maintainers.yuka ];
maintainers = [ ];
};
}

View File

@ -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;
};
}

View File

@ -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)

View File

@ -56,6 +56,6 @@ buildPythonPackage rec {
homepage = "https://github.com/matrix-org/synapse-s3-storage-provider";
changelog = "https://github.com/matrix-org/synapse-s3-storage-provider/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ yuka ];
maintainers = with maintainers; [ ];
};
}

View File

@ -13,7 +13,7 @@ grafanaPlugin rec {
description = "Connects Grafana to ClickHouse";
license = licenses.asl20;
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
maintainers = with maintainers; [ moody yuka ];
maintainers = with maintainers; [ moody ];
platforms = attrNames zipHash;
};
}

View File

@ -30,6 +30,6 @@ buildNpmPackage rec {
mainProgram = "matrix-alertmanager";
homepage = "https://github.com/jaywink/matrix-alertmanager";
license = licenses.mit;
maintainers = with maintainers; [ yuka ];
maintainers = with maintainers; [ ];
};
}

View File

@ -164,7 +164,7 @@ beamPackages.mixRelease rec {
description = "ActivityPub microblogging server";
homepage = "https://git.pleroma.social/pleroma/pleroma";
license = licenses.agpl3Only;
maintainers = with maintainers; [ picnoir yuka kloenk yayayayaka ];
maintainers = with maintainers; [ picnoir kloenk yayayayaka ];
platforms = platforms.unix;
};
}

View File

@ -20,7 +20,7 @@ buildGoModule rec {
description = "A set of rewrite proxies and gateways for UnifiedPush";
homepage = "https://github.com/UnifiedPush/common-proxies";
license = licenses.mit;
maintainers = with maintainers; [ yuka ];
maintainers = with maintainers; [ ];
mainProgram = "up_rewrite";
};
}

View File

@ -7,7 +7,7 @@ let
description = "Various coreboot-related tools";
homepage = "https://www.coreboot.org";
license = with licenses; [ gpl2Only gpl2Plus ];
maintainers = with maintainers; [ felixsinger yuka ];
maintainers = with maintainers; [ felixsinger ];
platforms = platforms.linux;
};

View File

@ -44,7 +44,7 @@ buildGoModule rec {
description = "Database migration tool which supports SQL migrations and Go functions";
homepage = "https://pressly.github.io/goose/";
license = licenses.bsd3;
maintainers = with maintainers; [ yuka ];
maintainers = with maintainers; [ ];
mainProgram = "goose";
};
}

View File

@ -26,6 +26,6 @@ buildGoModule rec {
description = "High performance sFlow/IPFIX/NetFlow Collector";
homepage = "https://github.com/netsampler/goflow2";
license = licenses.bsd3;
maintainers = with maintainers; [ yuka ];
maintainers = with maintainers; [ ];
};
}

View File

@ -88,6 +88,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://git.irde.st/we/irdest";
platforms = platforms.unix;
license = licenses.agpl3Only;
maintainers = with maintainers; [ spacekookie yuka ];
maintainers = with maintainers; [ spacekookie ];
};
}