mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
Add myself to some more packages as maintainer (#411367)
This commit is contained in:
commit
bb74157cec
5 changed files with 14 additions and 3 deletions
|
@ -39,6 +39,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||
maintainers = with lib.maintainers; [
|
||||
isabelroses
|
||||
uncenter
|
||||
matthiasbeyer
|
||||
];
|
||||
};
|
||||
})
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
|
|
@ -49,6 +49,7 @@ rustPlatform.buildRustPackage rec {
|
|||
ysndr
|
||||
cole-h
|
||||
SuperSandro2000
|
||||
matthiasbeyer
|
||||
];
|
||||
mainProgram = "zoxide";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue