Add myself to some more packages as maintainer (#411367)

This commit is contained in:
misuzu 2025-05-27 17:15:48 +03:00 committed by GitHub
commit bb74157cec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 14 additions and 3 deletions

View file

@ -39,6 +39,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
maintainers = with lib.maintainers; [
isabelroses
uncenter
matthiasbeyer
];
};
})

View file

@ -27,7 +27,10 @@ buildGoModule rec {
license = lib.licenses.mit;
platforms = lib.platforms.linux;
homepage = "https://snips.sh";
maintainers = with lib.maintainers; [ jeremiahs ];
maintainers = with lib.maintainers; [
jeremiahs
matthiasbeyer
];
mainProgram = "snips.sh";
};
}

View file

@ -70,7 +70,10 @@ stdenv.mkDerivation (finalAttrs: {
'';
homepage = "https://github.com/uutils/coreutils";
changelog = "https://github.com/uutils/coreutils/releases/tag/${finalAttrs.version}";
maintainers = with lib.maintainers; [ siraben ];
maintainers = with lib.maintainers; [
siraben
matthiasbeyer
];
license = lib.licenses.mit;
platforms = lib.platforms.unix;
};

View file

@ -25,7 +25,10 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/e-dant/watcher";
changelog = "https://github.com/e-dant/watcher/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ gaelreyrol ];
maintainers = with lib.maintainers; [
gaelreyrol
matthiasbeyer
];
mainProgram = "tw";
platforms = lib.platforms.all;
};

View file

@ -49,6 +49,7 @@ rustPlatform.buildRustPackage rec {
ysndr
cole-h
SuperSandro2000
matthiasbeyer
];
mainProgram = "zoxide";
};