mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +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; [
|
maintainers = with lib.maintainers; [
|
||||||
isabelroses
|
isabelroses
|
||||||
uncenter
|
uncenter
|
||||||
|
matthiasbeyer
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
|
@ -27,7 +27,10 @@ buildGoModule rec {
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
homepage = "https://snips.sh";
|
homepage = "https://snips.sh";
|
||||||
maintainers = with lib.maintainers; [ jeremiahs ];
|
maintainers = with lib.maintainers; [
|
||||||
|
jeremiahs
|
||||||
|
matthiasbeyer
|
||||||
|
];
|
||||||
mainProgram = "snips.sh";
|
mainProgram = "snips.sh";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -70,7 +70,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
'';
|
'';
|
||||||
homepage = "https://github.com/uutils/coreutils";
|
homepage = "https://github.com/uutils/coreutils";
|
||||||
changelog = "https://github.com/uutils/coreutils/releases/tag/${finalAttrs.version}";
|
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;
|
license = lib.licenses.mit;
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
};
|
};
|
||||||
|
|
|
@ -25,7 +25,10 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://github.com/e-dant/watcher";
|
homepage = "https://github.com/e-dant/watcher";
|
||||||
changelog = "https://github.com/e-dant/watcher/releases/tag/${src.tag}";
|
changelog = "https://github.com/e-dant/watcher/releases/tag/${src.tag}";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with lib.maintainers; [ gaelreyrol ];
|
maintainers = with lib.maintainers; [
|
||||||
|
gaelreyrol
|
||||||
|
matthiasbeyer
|
||||||
|
];
|
||||||
mainProgram = "tw";
|
mainProgram = "tw";
|
||||||
platforms = lib.platforms.all;
|
platforms = lib.platforms.all;
|
||||||
};
|
};
|
||||||
|
|
|
@ -49,6 +49,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
ysndr
|
ysndr
|
||||||
cole-h
|
cole-h
|
||||||
SuperSandro2000
|
SuperSandro2000
|
||||||
|
matthiasbeyer
|
||||||
];
|
];
|
||||||
mainProgram = "zoxide";
|
mainProgram = "zoxide";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue