cargo-asm: Add matthiasbeyer as maintainer

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer
2025-01-03 09:34:45 +01:00
parent 5e206eed10
commit b640889b62
@@ -29,6 +29,6 @@ rustPlatform.buildRustPackage rec {
description = "Display the assembly or LLVM-IR generated for Rust source code";
homepage = "https://github.com/gnzlbg/cargo-asm";
license = licenses.mit;
maintainers = [ ];
maintainers = with maintainers; [ matthiasbeyer ];
};
}