cargo-semver-checks: Add myself as maintainer

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer 2022-09-29 14:59:18 +02:00
parent 241ce6e433
commit eec10b54a3
No known key found for this signature in database

View File

@ -37,6 +37,6 @@ rustPlatform.buildRustPackage rec {
description = "A tool to scan your Rust crate for semver violations";
homepage = "https://github.com/obi1kenobi/cargo-semver-check";
license = licenses.asl20;
maintainers = with maintainers; [ figsoda ];
maintainers = with maintainers; [ figsoda matthiasbeyer ];
};
}