treewide: Remove amesgen from maintainers, take over some
amesgen passed away in late 2025:
https://www.tweag.io/blog/2025-12-16-in-memoriam-amesgen/
Condolences to their family and friends.
This patch removes them from the meta.maintainers of packages.
I take over some of the packages they maintained, where I feel
qualified.
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
@@ -9,8 +9,6 @@ let
|
||||
cfg = config.programs.bazecor;
|
||||
in
|
||||
{
|
||||
meta.maintainers = with lib.maintainers; [ amesgen ];
|
||||
|
||||
options = {
|
||||
programs.bazecor = {
|
||||
enable = lib.mkEnableOption "Bazecor, the graphical configurator for Dygma Products";
|
||||
|
||||
@@ -60,7 +60,6 @@ appimageTools.wrapAppImage {
|
||||
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [
|
||||
amesgen
|
||||
gcleroux
|
||||
];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
|
||||
@@ -36,7 +36,6 @@ bundlerApp {
|
||||
maintainers = with lib.maintainers; [
|
||||
fdns
|
||||
nicknovitski
|
||||
amesgen
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
|
||||
@@ -39,7 +39,6 @@ bundlerApp {
|
||||
maintainers = with lib.maintainers; [
|
||||
fdns
|
||||
nicknovitski
|
||||
amesgen
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
|
||||
@@ -17,7 +17,6 @@ bundlerApp {
|
||||
description = "CDDL conversion utilities";
|
||||
homepage = "https://github.com/cabo/cddlc";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ amesgen ];
|
||||
platforms = lib.platforms.unix;
|
||||
mainProgram = "cddlc";
|
||||
};
|
||||
|
||||
@@ -47,7 +47,6 @@ buildGoModule (finalAttrs: {
|
||||
homepage = "https://github.com/dlvhdr/diffnav";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
amesgen
|
||||
matthiasbeyer
|
||||
];
|
||||
mainProgram = "diffnav";
|
||||
|
||||
@@ -31,7 +31,7 @@ buildGoModule (finalAttrs: {
|
||||
homepage = "https://github.com/actions/gh-actions-cache";
|
||||
changelog = "https://github.com/actions/gh-actions-cache/releases/tag/${finalAttrs.src.rev}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ amesgen ];
|
||||
maintainers = with lib.maintainers; [ matthiasbeyer ];
|
||||
mainProgram = "gh-actions-cache";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -39,7 +39,7 @@ buildGoModule (finalAttrs: {
|
||||
description = "Github Cli extension to display a dashboard with pull requests and issues";
|
||||
homepage = "https://www.gh-dash.dev";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ amesgen ];
|
||||
maintainers = with lib.maintainers; [ matthiasbeyer ];
|
||||
mainProgram = "gh-dash";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -37,7 +37,7 @@ buildGoModule (finalAttrs: {
|
||||
homepage = "https://github.com/yusukebe/gh-markdown-preview";
|
||||
changelog = "https://github.com/yusukebe/gh-markdown-preview/releases/tag/${finalAttrs.src.rev}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ amesgen ];
|
||||
maintainers = with lib.maintainers; [ matthiasbeyer ];
|
||||
mainProgram = "gh-markdown-preview";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -38,7 +38,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Software for counting lattice points and integration over convex polytopes";
|
||||
homepage = "https://www.math.ucdavis.edu/~latte/";
|
||||
license = lib.licenses.gpl2;
|
||||
maintainers = with lib.maintainers; [ amesgen ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -66,7 +66,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
|
||||
homepage = "https://github.com/nedbat/scriv";
|
||||
changelog = "https://github.com/nedbat/scriv/releases/tag/${finalAttrs.version}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ amesgen ];
|
||||
maintainers = with lib.maintainers; [ matthiasbeyer ];
|
||||
mainProgram = "scriv";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -61,7 +61,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://github.com/seryrzu/tandem_aligner";
|
||||
changelog = "https://github.com/seryrzu/tandem_aligner/releases/tag/v${finalAttrs.version}";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ amesgen ];
|
||||
maintainers = with lib.maintainers; [ matthiasbeyer ];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "tandem_aligner";
|
||||
};
|
||||
|
||||
@@ -48,7 +48,6 @@ rustPlatform.buildRustPackage rec {
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [
|
||||
lucperkins
|
||||
amesgen
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -48,6 +48,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/pygsl/pygsl";
|
||||
changelog = "https://github.com/pygsl/pygsl/blob/${src.tag}/ChangeLog";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [ amesgen ];
|
||||
maintainers = with lib.maintainers; [ matthiasbeyer ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user