rip2: Add matthiasbeyer as maintainer

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer
2025-01-03 13:53:27 +01:00
parent d47abc02cc
commit 39d7152ace
+4 -1
View File
@@ -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";
};
}