rip2: Add matthiasbeyer as maintainer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
@@ -43,7 +43,10 @@ rustPlatform.buildRustPackage rec {
|
||||
description = "Safe and ergonomic alternative to rm";
|
||||
homepage = "https://github.com/MilesCranmer/rip2";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [ milescranmer ];
|
||||
maintainers = with lib.maintainers; [
|
||||
milescranmer
|
||||
matthiasbeyer
|
||||
];
|
||||
mainProgram = "rip";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user