snphost: add charludo to maintainers

This commit is contained in:
Charlotte Hartmann Paludo
2026-03-09 15:37:51 +01:00
parent 859eb34256
commit 958142365c
+4 -1
View File
@@ -57,7 +57,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
homepage = "https://github.com/virtee/snphost/";
changelog = "https://github.com/virtee/snphost/releases/tag/v${finalAttrs.version}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ katexochen ];
maintainers = with lib.maintainers; [
katexochen
charludo
];
mainProgram = "snphost";
platforms = [ "x86_64-linux" ];
};