cargo-dist: add mistydemeo as maintainer
This commit is contained in:
parent
30dad1af64
commit
2cc6e04cd2
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue