mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 20:53:22 +00:00
cargo-semver-checks: Add myself as maintainer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
241ce6e433
commit
eec10b54a3
@ -37,6 +37,6 @@ rustPlatform.buildRustPackage rec {
|
|||||||
description = "A tool to scan your Rust crate for semver violations";
|
description = "A tool to scan your Rust crate for semver violations";
|
||||||
homepage = "https://github.com/obi1kenobi/cargo-semver-check";
|
homepage = "https://github.com/obi1kenobi/cargo-semver-check";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ figsoda ];
|
maintainers = with maintainers; [ figsoda matthiasbeyer ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user