cargo-dist: add mistydemeo as maintainer

This commit is contained in:
Misty De Méo 2024-01-23 09:26:13 -08:00
parent 30dad1af64
commit 2cc6e04cd2

View File

@ -59,6 +59,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/axodotdev/cargo-dist";
changelog = "https://github.com/axodotdev/cargo-dist/blob/${src.rev}/CHANGELOG.md";
license = with licenses; [ asl20 mit ];
maintainers = with maintainers; [ figsoda matthiasbeyer ];
maintainers = with maintainers; [ figsoda matthiasbeyer mistydemeo ];
};
}