cargo-readme: add sshine as maintainer

sshine is also the upstream co-maintainer for cargo-readme
This commit is contained in:
Simon Shine
2026-07-22 09:24:25 +02:00
parent db097eb0b6
commit a0c6b7f034

View File

@@ -34,6 +34,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
maintainers = with lib.maintainers; [
baloo
matthiasbeyer
sshine
];
};
})