mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00:00
Merge pull request #307270 from yu-re-ka/yuka-maintainer
remove myself from a bunch of maintainer roles
This commit is contained in:
commit
0e5f13c967
@ -376,7 +376,6 @@ with lib.maintainers; {
|
||||
krav
|
||||
talyz
|
||||
yayayayaka
|
||||
yuka
|
||||
];
|
||||
scope = "Maintain gitlab packages.";
|
||||
shortName = "gitlab";
|
||||
|
@ -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";
|
||||
};
|
||||
|
@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
|
||||
description = "ucontext implementation featuring glibc-compatible ABI";
|
||||
license = licenses.isc;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.yuka ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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)
|
||||
|
@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
|
||||
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user