dutree: Add matthiasbeyer as maintainer

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer
2025-12-25 13:01:12 +01:00
parent 79ab2eea95
commit 407d6a601c
+1 -1
View File
@@ -26,7 +26,7 @@ rustPlatform.buildRustPackage rec {
description = "Tool to analyze file system usage written in Rust";
homepage = "https://github.com/nachoparker/dutree";
license = lib.licenses.gpl3Plus;
maintainers = [ ];
maintainers = [ lib.maintainers.matthiasbeyer ];
mainProgram = "dutree";
};
}